Skip to content

Commit bcd4ff8

Browse files
committed
[tx] updated from transifex
1 parent 9a9793c commit bcd4ff8

16 files changed

Lines changed: 10 additions & 53 deletions

File tree

owncloudApp/src/main/res/values-cs-rCZ/strings.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@
330330
<string name="auth_expired_basic_auth_toast">Zadejte prosím aktuální heslo</string>
331331
<string name="auth_connecting_auth_server">Připojování k ověřovacímu serveru ...</string>
332332
<string name="auth_unsupported_auth_method">Server nepodporuje tuto přihlašovací metodu</string>
333-
<string name="auth_fail_get_user_name">Váš server nevrací správné přihlašovací ID, kontaktujte prosím svého správce systému</string>
334333
<string name="auth_can_not_auth_against_server">Na tomto serveru nelze ověřit</string>
335334
<string name="auth_account_does_not_exist">V zařízení není zatím nastaven účet</string>
336335

@@ -431,8 +430,6 @@
431430
<string name="get_shares_error">Nepodařilo se stáhnout ze serveru seznam sdílení</string>
432431
<string name="get_sharees_error">Nepodařilo se stáhnout ze serveru seznam uživatelů a skupin</string>
433432
<string name="get_capabilities_error">Nebylo možné získat možnosti ze serveru</string>
434-
<string name="share_link_no_support_share_api">Je nám líto, ale sdílení není na vašem serveru povoleno. Kontaktujte svého
435-
správce systému.</string>
436433
<string name="share_link_file_error">Nepodařilo se sdílet tento soubor nebo složku</string>
437434
<string name="unshare_link_file_error">Nepodařilo se ukončit sdílení tohoto souboru nebo složky</string>
438435
<string name="update_link_file_error">Nepodařilo se aktualizovat tento soubor nebo složku</string>
@@ -562,8 +559,6 @@ správce systému.</string>
562559
<string name="share_remote_clarification">%1$s (vzdálený)</string>
563560
<string name="share_known_remote_clarification">%1$s ( v %2$s )</string>
564561

565-
<string name="share_sharee_unavailable">Omlouváme se, verze vašeho serveru neumožňuje v klientské aplikaci sdílení dat mezi uživateli.
566-
\nKontaktujte prosím svého administrátora</string>
567562
<string name="share_privilege_can_share">může sdílet</string>
568563
<string name="share_privilege_can_edit">lze upravovat</string>
569564
<string name="share_privilege_can_edit_create">vytvořit</string>

owncloudApp/src/main/res/values-de-rDE/strings.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@
372372
<string name="auth_expired_basic_auth_toast">Bitte das aktuelle Passwort eingeben</string>
373373
<string name="auth_connecting_auth_server">Verbinde mit dem Authentifizierung-Server…</string>
374374
<string name="auth_unsupported_auth_method">Der Server unterstützt diese Authentifizierungsmethode nicht.</string>
375-
<string name="auth_fail_get_user_name">Der Server gibt keine korrekte Benutzer-ID zurück. Bitte kontaktieren Sie Ihre Administration.\n\t</string>
376375
<string name="auth_can_not_auth_against_server">Eine Authentifizierung ist bei diesem Server nicht möglich.</string>
377376
<string name="auth_account_does_not_exist">Das Benutzerkonto ist noch nicht auf dem Gerät vorhanden.</string>
378377

@@ -480,7 +479,6 @@
480479
<string name="get_shares_error">Es war nicht möglich, die Freigaben vom Server abzurufen.</string>
481480
<string name="get_sharees_error">Es war nicht möglich, Benutzer und Gruppen vom Server abzurufen.</string>
482481
<string name="get_capabilities_error">Es war nicht möglich, die Funktionalitäten des Servers abzurufen.</string>
483-
<string name="share_link_no_support_share_api">Entschuldigung, Freigaben sind auf Ihrem Server nicht aktiviert. Bitte kontaktieren Sie Ihren\n⇥⇥Administrator.</string>
484482
<string name="share_link_file_error">Es war nicht möglich, diese Datei oder diesen Ordner freizugeben.</string>
485483
<string name="unshare_link_file_error">Es war nicht möglich, die Freigabe dieser Datei oder dieses Ordners aufzuheben.</string>
486484
<string name="update_link_file_error">Es war nicht möglich, diese Datei oder diesen Ordner zu aktualisieren.</string>
@@ -620,7 +618,6 @@
620618
<string name="share_remote_clarification">%1$s (entfernte Freigabe)</string>
621619
<string name="share_known_remote_clarification">%1$s ( auf %2$s )</string>
622620

623-
<string name="share_sharee_unavailable">Entschuldigung, Ihre Serverversion erlaubt das Teilen mit Nutzern innerhalb der Clients nicht.\n\nBitte die Administration kontaktieren.</string>
624621
<string name="share_privilege_can_share">kann teilen</string>
625622
<string name="share_privilege_can_edit">kann bearbeiten</string>
626623
<string name="share_privilege_can_edit_create">erstellen</string>
@@ -856,7 +853,7 @@
856853
<string name="create_space_dialog_gb_unit">GB</string>
857854
<string name="create_space_dialog_empty_error">Der Space Name darf nicht leer sein</string>
858855
<string name="create_space_dialog_length_error">Der Space Name darf nicht länger als 255 Zeichen lang sein</string>
859-
<string name="create_space_dialog_characters_error">Unzulässige Zeichen: / \\ . : \? * \" \' &gt; &lt; |</string>
856+
<string name="create_space_dialog_characters_error">Verbotene Zeichen: / \\ . : \? * \" \' &gt; &lt; |</string>
860857
<string name="create_space_dialog_quota_empty_error">Das Space Kontingent darf nicht leer sein</string>
861858
<string name="create_space_dialog_quota_zero_error">Das Space Kontingent muss größer als null sein</string>
862859
<string name="create_space_dialog_quota_too_large_error">Das Space Kontingent darf nicht größer als 1 PB sein</string>

owncloudApp/src/main/res/values-de/strings.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@
372372
<string name="auth_expired_basic_auth_toast">Bitte das aktuelle Passwort eingeben</string>
373373
<string name="auth_connecting_auth_server">Verbinden zum Authentifizierungs-Server ...</string>
374374
<string name="auth_unsupported_auth_method">Der Server unterstützt diese Authentifizierungsmethode nicht</string>
375-
<string name="auth_fail_get_user_name">Der Server gibt keine korrekte Benutzer-ID zurück, bitte die Administration kontaktieren.
376-
</string>
377375
<string name="auth_can_not_auth_against_server">Eine Authentifizierung ist bei diesem Server nicht möglich</string>
378376
<string name="auth_account_does_not_exist">Das Benutzerkonto ist bis jetzt noch nicht auf dem Gerät vorhanden</string>
379377

@@ -481,8 +479,6 @@
481479
<string name="get_shares_error">Es war nicht möglich, die Freigaben vom Server abzurufen.</string>
482480
<string name="get_sharees_error">Es war nicht möglich, Benutzer und Gruppen vom Server abzurufen.</string>
483481
<string name="get_capabilities_error">Es war nicht möglich, die Funktionalitäten des Servers abzurufen.</string>
484-
<string name="share_link_no_support_share_api">Entschuldigung, Freigaben sind auf Deinem Server nicht aktiviert. Bitte kontaktiere Deinen
485-
⇥⇥Administrator.</string>
486482
<string name="share_link_file_error">Es war nicht möglich, diese Datei oder diesen Ordner freizugeben</string>
487483
<string name="unshare_link_file_error">Es war nicht möglich, die Freigabe der Datei oder des Ordners aufzuheben.</string>
488484
<string name="update_link_file_error">Es war nicht möglich, diese Datei oder diesen Ordner zu aktualisieren.</string>
@@ -622,8 +618,6 @@
622618
<string name="share_remote_clarification">%1$s (remote)</string>
623619
<string name="share_known_remote_clarification">%1$s ( at %2$s )</string>
624620

625-
<string name="share_sharee_unavailable">Entschuldigung, diese Serverversion erlaubt das Teilen mit Nutzern innerhalb der Clients nicht.
626-
\nBitte die Administration kontaktieren.</string>
627621
<string name="share_privilege_can_share">kann teilen</string>
628622
<string name="share_privilege_can_edit">kann bearbeiten</string>
629623
<string name="share_privilege_can_edit_create">erstellen</string>
@@ -859,7 +853,7 @@
859853
<string name="create_space_dialog_gb_unit">GB</string>
860854
<string name="create_space_dialog_empty_error">Der Space Name darf nicht leer sein</string>
861855
<string name="create_space_dialog_length_error">Der Space Name darf nicht länger als 255 Zeichen lang sein</string>
862-
<string name="create_space_dialog_characters_error">Unzulässige Zeichen: / \\ . : \? * \" \' &gt; &lt; |</string>
856+
<string name="create_space_dialog_characters_error">Verbotene Zeichen: / \\ . : \? * \" \' &gt; &lt; |</string>
863857
<string name="create_space_dialog_quota_empty_error">Das Space Kontingent darf nicht leer sein</string>
864858
<string name="create_space_dialog_quota_zero_error">Das Space Kontingent muss größer als null sein</string>
865859
<string name="create_space_dialog_quota_too_large_error">Das Space Kontingent darf nicht größer als 1 PB sein</string>

owncloudApp/src/main/res/values-en-rGB/strings.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@
365365
<string name="auth_expired_basic_auth_toast">Please enter the current password</string>
366366
<string name="auth_connecting_auth_server">Connecting to authentication server …</string>
367367
<string name="auth_unsupported_auth_method">The server does not support this authentication method</string>
368-
<string name="auth_fail_get_user_name">Your server is not returning a correct user ID. Please contact an administrator.\n\t</string>
369368
<string name="auth_can_not_auth_against_server">Cannot authenticate to this server</string>
370369
<string name="auth_account_does_not_exist">Account does not exist in the device yet</string>
371370

@@ -473,7 +472,6 @@
473472
<string name="get_shares_error">It was not possible to retrieve the shares from the server</string>
474473
<string name="get_sharees_error">It was not possible to retrieve users and groups from the server</string>
475474
<string name="get_capabilities_error">It was not possible to retrieve the capabilities from the server</string>
476-
<string name="share_link_no_support_share_api">Sorry, sharing is not enabled on your server. Please contact your\n\t\tadministrator.</string>
477475
<string name="share_link_file_error">It was not possible to share this file or folder</string>
478476
<string name="unshare_link_file_error">It was not possible to unshare this file or folder</string>
479477
<string name="update_link_file_error">It was not possible to update this file or folder</string>
@@ -611,7 +609,6 @@
611609
<string name="share_remote_clarification">%1$s (remote)</string>
612610
<string name="share_known_remote_clarification">%1$s ( at %2$s )</string>
613611

614-
<string name="share_sharee_unavailable">Sorry, your server version does not allow sharing with users within clients.\n \nPlease contact your administrator</string>
615612
<string name="share_privilege_can_share">can share</string>
616613
<string name="share_privilege_can_edit">can edit</string>
617614
<string name="share_privilege_can_edit_create">create</string>
@@ -835,6 +832,7 @@
835832
<string name="create_space_dialog_gb_unit">GB</string>
836833
<string name="create_space_dialog_empty_error">Space name must not be empty</string>
837834
<string name="create_space_dialog_length_error">Space name must not be longer than 255 characters</string>
835+
<string name="create_space_dialog_characters_error">Forbidden characters: / \\ . : \? * \" \' &gt; &lt; |</string>
838836
<string name="create_space_dialog_quota_empty_error">Space quota must not be empty</string>
839837
<string name="create_space_dialog_quota_zero_error">Space quota must be greater than zero</string>
840838
<string name="create_space_dialog_quota_too_large_error">Space quota cannot exceed 1 PB</string>

owncloudApp/src/main/res/values-en-rUS/strings.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@
365365
<string name="auth_expired_basic_auth_toast">Please enter the current password</string>
366366
<string name="auth_connecting_auth_server">Connecting to authentication server …</string>
367367
<string name="auth_unsupported_auth_method">The server does not support this authentication method</string>
368-
<string name="auth_fail_get_user_name">Your server is not returning a correct user ID. Please contact an administrator.\n\t</string>
369368
<string name="auth_can_not_auth_against_server">Cannot authenticate to this server</string>
370369
<string name="auth_account_does_not_exist">Account does not exist in the device yet</string>
371370

@@ -473,7 +472,6 @@
473472
<string name="get_shares_error">It was not possible to retrieve the shares from the server</string>
474473
<string name="get_sharees_error">It was not possible to retrieve users and groups from the server</string>
475474
<string name="get_capabilities_error">It was not possible to retrieve the capabilities from the server</string>
476-
<string name="share_link_no_support_share_api">Sorry, sharing is not enabled on your server. Please contact your\n\t\tadministrator.</string>
477475
<string name="share_link_file_error">It was not possible to share this file or folder</string>
478476
<string name="unshare_link_file_error">It was not possible to unshare this file or folder</string>
479477
<string name="update_link_file_error">It was not possible to update this file or folder</string>
@@ -611,7 +609,6 @@
611609
<string name="share_remote_clarification">%1$s (remote)</string>
612610
<string name="share_known_remote_clarification">%1$s ( at %2$s )</string>
613611

614-
<string name="share_sharee_unavailable">Sorry, your server version does not allow sharing with users within clients.\n \nPlease contact your administrator</string>
615612
<string name="share_privilege_can_share">can share</string>
616613
<string name="share_privilege_can_edit">can edit</string>
617614
<string name="share_privilege_can_edit_create">create</string>
@@ -835,6 +832,7 @@
835832
<string name="create_space_dialog_gb_unit">GB</string>
836833
<string name="create_space_dialog_empty_error">Space name must not be empty</string>
837834
<string name="create_space_dialog_length_error">Space name must not be longer than 255 characters</string>
835+
<string name="create_space_dialog_characters_error">Forbidden characters: / \\ . : \? * \" \' &gt; &lt; |</string>
838836
<string name="create_space_dialog_quota_empty_error">Space quota must not be empty</string>
839837
<string name="create_space_dialog_quota_zero_error">Space quota must be greater than zero</string>
840838
<string name="create_space_dialog_quota_too_large_error">Space quota cannot exceed 1 PB</string>

owncloudApp/src/main/res/values-es/strings.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@
372372
<string name="auth_expired_basic_auth_toast">Por favor introduzca su contraseña actual</string>
373373
<string name="auth_connecting_auth_server">Conectando al servidor de autenticación</string>
374374
<string name="auth_unsupported_auth_method">El servidor no soporta este método de autenticación</string>
375-
<string name="auth_fail_get_user_name">Su servidor no está devolviendo un ID de usuario correcto. Por favor, contacte a su administrador. \n\t</string>
376375
<string name="auth_can_not_auth_against_server">No se puedo autenticar en este servidor</string>
377376
<string name="auth_account_does_not_exist">Aún no existe la cuenta en el dispositivo</string>
378377

@@ -480,7 +479,6 @@
480479
<string name="get_shares_error">No se pudieron recuperar las comparticiones del servidor</string>
481480
<string name="get_sharees_error">No fue posible recuperar usuarios y grupos del servidor</string>
482481
<string name="get_capabilities_error">No fue posible recuperar las capacidades del servidor</string>
483-
<string name="share_link_no_support_share_api">La función Compartir no está activada en su servidor. Contacte a su\n\t\tadministrador.</string>
484482
<string name="share_link_file_error">No se pudo compartir este archivo o carpeta</string>
485483
<string name="unshare_link_file_error">No se pudo eliminar la compartición de este fichero o carpeta</string>
486484
<string name="update_link_file_error">No se pudo actualizar este archivo o carpeta</string>
@@ -620,7 +618,6 @@
620618
<string name="share_remote_clarification">%1$s (remoto)</string>
621619
<string name="share_known_remote_clarification">%1$s ( en %2$s )</string>
622620

623-
<string name="share_sharee_unavailable">Lo siento, la versión de su servidor no permite compartir con usuarios en los móviles.\nPóngase en contacto con su administrador</string>
624621
<string name="share_privilege_can_share">puede compartir</string>
625622
<string name="share_privilege_can_edit">puede editar</string>
626623
<string name="share_privilege_can_edit_create">crear</string>

owncloudApp/src/main/res/values-et-rEE/strings.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@
365365
<string name="auth_expired_basic_auth_toast">Palun sisesta kehtiv parool</string>
366366
<string name="auth_connecting_auth_server">Ühendun autentimis-serveriga</string>
367367
<string name="auth_unsupported_auth_method">See server ei toeta seda autentimise viisi</string>
368-
<string name="auth_fail_get_user_name">Server ei tagasta korrektset kasutaja ID-d. Palun kontakteeru administraatoriga.\n\t</string>
369368
<string name="auth_can_not_auth_against_server">Ei saa selle serveriga autentida</string>
370369
<string name="auth_account_does_not_exist">Kontot pole veel seadmes</string>
371370

@@ -473,7 +472,6 @@
473472
<string name="get_shares_error">Jagamiste saamine serverist ei olnud võimalik</string>
474473
<string name="get_sharees_error">Kasutajate ja gruppide saamine serverist ei olnud võimalik</string>
475474
<string name="get_capabilities_error">Võimekuste päring serverist ei õnnestunud</string>
476-
<string name="share_link_no_support_share_api">Vabandust, server ei toeta jagamist. Palun kontakteeru \n⇥⇥administraatoriga.</string>
477475
<string name="share_link_file_error">Selle faili või kausta jagamine ei olnud võimalik</string>
478476
<string name="unshare_link_file_error">Selle faili või kausta jagamise lõpetamine ei olnud võimalik</string>
479477
<string name="update_link_file_error">Selle faili või kausta uuendamine ei olnud võimalik</string>
@@ -611,7 +609,6 @@
611609
<string name="share_remote_clarification">%1$s (eemal)</string>
612610
<string name="share_known_remote_clarification">%1$s (kell %2$s)</string>
613611

614-
<string name="share_sharee_unavailable">Vabandust, sinu serveri versioon ei luba jagamist eri klientide vahel.\n \nPalun võta ühendust oma administraatoriga</string>
615612
<string name="share_privilege_can_share">saab jagada</string>
616613
<string name="share_privilege_can_edit">saab muuta</string>
617614
<string name="share_privilege_can_edit_create">loo</string>
@@ -827,6 +824,7 @@
827824
<string name="create_space_dialog_gb_unit">GB</string>
828825
<string name="create_space_dialog_empty_error">Ruumi nimi ei tohi olla tühi</string>
829826
<string name="create_space_dialog_length_error">Ruumi nii ei tphi olla pikem kui 255 märki</string>
827+
<string name="create_space_dialog_characters_error">Keelatud märgid: / \\ . : \? * \" \' &gt; &lt; |</string>
830828
<string name="create_space_dialog_quota_empty_error">Ruumi piirang ei tohi olla tühi</string>
831829
<string name="create_space_dialog_quota_zero_error">Ruumi piirang peab olema suurem kui 0</string>
832830
<string name="create_space_dialog_quota_too_large_error">Ruumi piirang ei saa olla suurem kui 1 PB</string>

owncloudApp/src/main/res/values-fi-rFI/strings.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@
359359
<string name="auth_expired_basic_auth_toast">Anna nykyinen salasana</string>
360360
<string name="auth_connecting_auth_server">Yhdistetään tunnistautumispalvelimeen…</string>
361361
<string name="auth_unsupported_auth_method">Palvelin ei tue tätä tunnistautumistapaa</string>
362-
<string name="auth_fail_get_user_name">Palvelimesi ei palauta oikeata käyttäjä-ID:ta. Ota yhteys ylläpitäjään.\n\t</string>
363362
<string name="auth_can_not_auth_against_server">Tälle palvelimelle ei voi tunnistautua</string>
364363
<string name="auth_account_does_not_exist">Tiliä ei ole olemassa vielä laitteella</string>
365364

@@ -465,7 +464,6 @@
465464
<string name="get_shares_error">Jaettujen kansioiden hakeminen palvelimelta ei onnistunut.</string>
466465
<string name="get_sharees_error">Käyttäjien ja ryhmien hakeminen palvelimelta ei onnistunut.</string>
467466
<string name="get_capabilities_error">Palvelimen suorituskykytietojen hakeminen ei onnistunut.</string>
468-
<string name="share_link_no_support_share_api">Jakaminen ei ole käytössä palvelimellasi. Ota yhteys\n\t\tylläpitäjään.</string>
469467
<string name="share_link_file_error">Tämän tiedoston tai kansion jakaminen ei onnistunut</string>
470468
<string name="unshare_link_file_error">Tämän tiedoston tai kansion jakamisen poistaminen ei onnistunut</string>
471469
<string name="update_link_file_error">Tämän tiedoston tai kansion päivittäminen ei onnistunut</string>
@@ -603,7 +601,6 @@
603601
<string name="share_remote_clarification">%1$s (etä)</string>
604602
<string name="share_known_remote_clarification">%1$s ( %2$s :sta )</string>
605603

606-
<string name="share_sharee_unavailable">Pahoittelut, palvelimesi versio ei salli jakamista käyttäjien kesken\n \nOta yhteys ylläpitäjään</string>
607604
<string name="share_privilege_can_share">jaa</string>
608605
<string name="share_privilege_can_edit">voi muokata</string>
609606
<string name="share_privilege_can_edit_create">luo</string>

0 commit comments

Comments
 (0)