diff --git a/apps/files/l10n/lo.js b/apps/files/l10n/lo.js new file mode 100644 index 0000000000000000000000000000000000000000..d1bbfca2dd4eb9b3fef484ce382c395698fe43d2 --- /dev/null +++ b/apps/files/l10n/lo.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files", + { + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/apps/files/l10n/lo.json b/apps/files/l10n/lo.json new file mode 100644 index 0000000000000000000000000000000000000000..e493054d78afd282eca938e05712cc3d24d82cac --- /dev/null +++ b/apps/files/l10n/lo.json @@ -0,0 +1,6 @@ +{ "translations": { + "_%n folder_::_%n folders_" : [""], + "_%n file_::_%n files_" : [""], + "_Uploading %n file_::_Uploading %n files_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/cs_CZ.js b/apps/files_sharing/l10n/cs_CZ.js index 0520374529dc74f2794f6b8757eafec52254d313..02a223be93373a83edbb914ca0060bf6f9175254 100644 --- a/apps/files_sharing/l10n/cs_CZ.js +++ b/apps/files_sharing/l10n/cs_CZ.js @@ -23,10 +23,13 @@ OC.L10N.register( "Invalid ownCloud url" : "Neplatná ownCloud url", "Shared by" : "Sdílí", "A file or folder was shared from <strong>another server</strong>" : "Soubor nebo složka byla nasdílena z <strong>jiného serveru</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Byl <strong>stažen</strong> veřejně sdílený soubor nebo adresář", "You received a new remote share from %s" : "Obdrželi jste nové vzdálené sdílení z %s", "%1$s accepted remote share %2$s" : "%1$s přijal(a) vzdálené sdílení %2$s", "%1$s declined remote share %2$s" : "%1$s odmítl(a) vzdálené sdílení %2$s", "%1$s unshared %2$s from you" : "%1$s již více nesdílí %2$s", + "Public shared folder %1$s was downloaded" : "Byl stažen veřejně sdílený adresář %1$s ", + "Public shared file %1$s was downloaded" : "Byl stažen veřejně sdílený soubor %1$s ", "This share is password-protected" : "Toto sdílení je chráněno heslem", "The password is wrong. Try again." : "Heslo není správné. Zkuste to znovu.", "Password" : "Heslo", diff --git a/apps/files_sharing/l10n/cs_CZ.json b/apps/files_sharing/l10n/cs_CZ.json index be0f5d96894277c434cdde99db6158ba641f8878..21ed62b6077479d4f12e2dc5a89ec83fe9eb9d21 100644 --- a/apps/files_sharing/l10n/cs_CZ.json +++ b/apps/files_sharing/l10n/cs_CZ.json @@ -21,10 +21,13 @@ "Invalid ownCloud url" : "Neplatná ownCloud url", "Shared by" : "Sdílí", "A file or folder was shared from <strong>another server</strong>" : "Soubor nebo složka byla nasdílena z <strong>jiného serveru</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Byl <strong>stažen</strong> veřejně sdílený soubor nebo adresář", "You received a new remote share from %s" : "Obdrželi jste nové vzdálené sdílení z %s", "%1$s accepted remote share %2$s" : "%1$s přijal(a) vzdálené sdílení %2$s", "%1$s declined remote share %2$s" : "%1$s odmítl(a) vzdálené sdílení %2$s", "%1$s unshared %2$s from you" : "%1$s již více nesdílí %2$s", + "Public shared folder %1$s was downloaded" : "Byl stažen veřejně sdílený adresář %1$s ", + "Public shared file %1$s was downloaded" : "Byl stažen veřejně sdílený soubor %1$s ", "This share is password-protected" : "Toto sdílení je chráněno heslem", "The password is wrong. Try again." : "Heslo není správné. Zkuste to znovu.", "Password" : "Heslo", diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index c8872a90e2a62ce23941eaac3fa0e5a87c2d4beb..510a62b6bd5dea2510358c527f3b567dd892241c 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -23,10 +23,13 @@ OC.L10N.register( "Invalid ownCloud url" : "Ungültige OwnCloud-URL", "Shared by" : "Geteilt von ", "A file or folder was shared from <strong>another server</strong>" : "Eine Datei oder ein Ordner wurde von <strong>einem anderen Server</strong> geteilt", + "A public shared file or folder was <strong>downloaded</strong>" : "Eine öffentlich geteilte Datei oder Ordner wurde <strong>heruntergeladen</strong>", "You received a new remote share from %s" : "Du hast eine neue Remotefreigabe von %s erhalten", "%1$s accepted remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s akzeptiert", "%1$s declined remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s abgelehnt", "%1$s unshared %2$s from you" : "%1$s hat die Freigabe von %2$s für Dich entfernt", + "Public shared folder %1$s was downloaded" : "Der öffentlich geteilte Ordner %1$s wurde heruntergeladen", + "Public shared file %1$s was downloaded" : "Die öffentlich geteilte Datei %1$s wurde heruntergeladen", "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt", "The password is wrong. Try again." : "Bitte überprüfe Dein Passwort und versuche es erneut.", "Password" : "Passwort", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index c50f9abce6cb21bf1bf09ef69f04032745c92273..c99bee7459501eb823eef3487c774d7b04954b2f 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -21,10 +21,13 @@ "Invalid ownCloud url" : "Ungültige OwnCloud-URL", "Shared by" : "Geteilt von ", "A file or folder was shared from <strong>another server</strong>" : "Eine Datei oder ein Ordner wurde von <strong>einem anderen Server</strong> geteilt", + "A public shared file or folder was <strong>downloaded</strong>" : "Eine öffentlich geteilte Datei oder Ordner wurde <strong>heruntergeladen</strong>", "You received a new remote share from %s" : "Du hast eine neue Remotefreigabe von %s erhalten", "%1$s accepted remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s akzeptiert", "%1$s declined remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s abgelehnt", "%1$s unshared %2$s from you" : "%1$s hat die Freigabe von %2$s für Dich entfernt", + "Public shared folder %1$s was downloaded" : "Der öffentlich geteilte Ordner %1$s wurde heruntergeladen", + "Public shared file %1$s was downloaded" : "Die öffentlich geteilte Datei %1$s wurde heruntergeladen", "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt", "The password is wrong. Try again." : "Bitte überprüfe Dein Passwort und versuche es erneut.", "Password" : "Passwort", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 44aa4296d9a90c8553247dcfec6d0c252664c2d2..d3b2d778e113dc54eea71a28f683ed923672fd1b 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -23,10 +23,13 @@ OC.L10N.register( "Invalid ownCloud url" : "Ungültige OwnCloud-Adresse", "Shared by" : "Geteilt von", "A file or folder was shared from <strong>another server</strong>" : "Eine Datei oder Ordner wurde von <strong>einem anderen Server</strong> geteilt", + "A public shared file or folder was <strong>downloaded</strong>" : "Eine öffentlich geteilte Datei oder Ordner wurde <strong>heruntergeladen</strong>", "You received a new remote share from %s" : "Sie haben eine neue Remotefreigabe von %s erhalten", "%1$s accepted remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s akzeptiert", "%1$s declined remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s abgelehnt", "%1$s unshared %2$s from you" : "%1$s hat die Freigabe von %2$s für Sie entfernt", + "Public shared folder %1$s was downloaded" : "Der öffentlich geteilte Ordner %1$s wurde heruntergeladen", + "Public shared file %1$s was downloaded" : "Die öffentlich geteilte Datei %1$s wurde heruntergeladen", "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt", "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", "Password" : "Passwort", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 2e3028d329c8c7b666c04e93a939b1ff26bf9c43..479df23e77b1136ca48bbb7f117adff99f2f244e 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -21,10 +21,13 @@ "Invalid ownCloud url" : "Ungültige OwnCloud-Adresse", "Shared by" : "Geteilt von", "A file or folder was shared from <strong>another server</strong>" : "Eine Datei oder Ordner wurde von <strong>einem anderen Server</strong> geteilt", + "A public shared file or folder was <strong>downloaded</strong>" : "Eine öffentlich geteilte Datei oder Ordner wurde <strong>heruntergeladen</strong>", "You received a new remote share from %s" : "Sie haben eine neue Remotefreigabe von %s erhalten", "%1$s accepted remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s akzeptiert", "%1$s declined remote share %2$s" : "%1$s hat die Remotefreigabe von %2$s abgelehnt", "%1$s unshared %2$s from you" : "%1$s hat die Freigabe von %2$s für Sie entfernt", + "Public shared folder %1$s was downloaded" : "Der öffentlich geteilte Ordner %1$s wurde heruntergeladen", + "Public shared file %1$s was downloaded" : "Die öffentlich geteilte Datei %1$s wurde heruntergeladen", "This share is password-protected" : "Diese Freigabe ist durch ein Passwort geschützt", "The password is wrong. Try again." : "Das Passwort ist falsch. Bitte versuchen Sie es erneut.", "Password" : "Passwort", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index b8b89cb74d74a2b97b4161826954f8d259e6f6b1..dffeec126b546a2f9d8711c0cd414a4c2ea28bf8 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -23,6 +23,7 @@ OC.L10N.register( "Invalid ownCloud url" : "URL de ownCloud inválido", "Shared by" : "Compartido por", "A file or folder was shared from <strong>another server</strong>" : "Se ha compartido un archivo o carpeta desde <strong>otro servidor</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Ha sido <strong>descargado</strong> un archivo (o carpeta) compartido públicamente", "You received a new remote share from %s" : "Ha recibido un nuevo recurso compartido remoto de %s", "%1$s accepted remote share %2$s" : "%1$s aceptó el recurso compartido remoto %2$s", "%1$s declined remote share %2$s" : "%1$s ha rechazado el recurso compartido remoto %2$s", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index b84361b1bf5007a974571ca9d92b1d2c8b6c82f3..7cf329c24cd33bf8d93d53fdadc661aa1488f273 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -21,6 +21,7 @@ "Invalid ownCloud url" : "URL de ownCloud inválido", "Shared by" : "Compartido por", "A file or folder was shared from <strong>another server</strong>" : "Se ha compartido un archivo o carpeta desde <strong>otro servidor</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Ha sido <strong>descargado</strong> un archivo (o carpeta) compartido públicamente", "You received a new remote share from %s" : "Ha recibido un nuevo recurso compartido remoto de %s", "%1$s accepted remote share %2$s" : "%1$s aceptó el recurso compartido remoto %2$s", "%1$s declined remote share %2$s" : "%1$s ha rechazado el recurso compartido remoto %2$s", diff --git a/apps/files_sharing/l10n/fi_FI.js b/apps/files_sharing/l10n/fi_FI.js index 4c8636cdc6ce5535664f8a96c2986211ad2968f4..3999df930be5326390dbeda42acc4c3078feb824 100644 --- a/apps/files_sharing/l10n/fi_FI.js +++ b/apps/files_sharing/l10n/fi_FI.js @@ -23,10 +23,13 @@ OC.L10N.register( "Invalid ownCloud url" : "Virheellinen ownCloud-osoite", "Shared by" : "Jakanut", "A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio jaettiin <strong>toiselta palvelimelta</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Julkisesti jaettu tiedosto tai kansio <strong>ladattiin</strong>", "You received a new remote share from %s" : "Vastaanotit uuden etäjaon käyttäjältä %s", "%1$s accepted remote share %2$s" : "%1$s hyväksyi etäjaon %2$s", "%1$s declined remote share %2$s" : "%1$s kieltäytyi etäjaosta %2$s", "%1$s unshared %2$s from you" : "%1$s lopetti kohteen %2$s jakamisen kanssasi", + "Public shared folder %1$s was downloaded" : "Julkisesti jaettu kansio %1$s ladattiin", + "Public shared file %1$s was downloaded" : "Julkisesti jaettu tiedosto %1$s ladattiin", "This share is password-protected" : "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.", "Password" : "Salasana", diff --git a/apps/files_sharing/l10n/fi_FI.json b/apps/files_sharing/l10n/fi_FI.json index 398bb22b86b824163ad462ca0a00dd32a8226d17..eb6bf1d7716d80acabe4ee29842c83ee0acd01af 100644 --- a/apps/files_sharing/l10n/fi_FI.json +++ b/apps/files_sharing/l10n/fi_FI.json @@ -21,10 +21,13 @@ "Invalid ownCloud url" : "Virheellinen ownCloud-osoite", "Shared by" : "Jakanut", "A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio jaettiin <strong>toiselta palvelimelta</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Julkisesti jaettu tiedosto tai kansio <strong>ladattiin</strong>", "You received a new remote share from %s" : "Vastaanotit uuden etäjaon käyttäjältä %s", "%1$s accepted remote share %2$s" : "%1$s hyväksyi etäjaon %2$s", "%1$s declined remote share %2$s" : "%1$s kieltäytyi etäjaosta %2$s", "%1$s unshared %2$s from you" : "%1$s lopetti kohteen %2$s jakamisen kanssasi", + "Public shared folder %1$s was downloaded" : "Julkisesti jaettu kansio %1$s ladattiin", + "Public shared file %1$s was downloaded" : "Julkisesti jaettu tiedosto %1$s ladattiin", "This share is password-protected" : "Tämä jako on suojattu salasanalla", "The password is wrong. Try again." : "Väärä salasana. Yritä uudelleen.", "Password" : "Salasana", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index f523fb44d8a7b9783eb429f5a013b0534473c224..8d16d7ab7d2f3746c9fe467d2e90ffe2206c0753 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -26,6 +26,9 @@ OC.L10N.register( "You received a new remote share from %s" : "Vous avez reçu un partage distant de %s", "%1$s accepted remote share %2$s" : "%1$s a accepté le partage distant %2$s", "%1$s declined remote share %2$s" : "%1$s a refusé le partage distant %2$s", + "%1$s unshared %2$s from you" : "%1$s a cessé de partager %2$s avec vous", + "Public shared folder %1$s was downloaded" : "Le dossier public %1$s a été téléchargé", + "Public shared file %1$s was downloaded" : "Le fichier public %1$s a été téléchargé", "This share is password-protected" : "Ce partage est protégé par un mot de passe", "The password is wrong. Try again." : "Le mot de passe est incorrect. Veuillez réessayer.", "Password" : "Mot de passe", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 7e8cf06ac995c5494825708238dd68cf39653d95..c0a1e1cfd9cb4806a1aab2844e393c7192033a20 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -24,6 +24,9 @@ "You received a new remote share from %s" : "Vous avez reçu un partage distant de %s", "%1$s accepted remote share %2$s" : "%1$s a accepté le partage distant %2$s", "%1$s declined remote share %2$s" : "%1$s a refusé le partage distant %2$s", + "%1$s unshared %2$s from you" : "%1$s a cessé de partager %2$s avec vous", + "Public shared folder %1$s was downloaded" : "Le dossier public %1$s a été téléchargé", + "Public shared file %1$s was downloaded" : "Le fichier public %1$s a été téléchargé", "This share is password-protected" : "Ce partage est protégé par un mot de passe", "The password is wrong. Try again." : "Le mot de passe est incorrect. Veuillez réessayer.", "Password" : "Mot de passe", diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js index f83cc961a06d99f6a14959ef2d4dc81adf3b9d41..5418561253c2653250e90f3b5533f5850ebe12a7 100644 --- a/apps/files_sharing/l10n/gl.js +++ b/apps/files_sharing/l10n/gl.js @@ -23,10 +23,13 @@ OC.L10N.register( "Invalid ownCloud url" : "URL incorrecta do ownCloud", "Shared by" : "Compartido por", "A file or folder was shared from <strong>another server</strong>" : "Compartiuse un ficheiro ou cartafol desde <strong>outro servidor</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Foi <strong>descargado</strong> un ficheiro ou cartafol público", "You received a new remote share from %s" : "Recibiu unha compartición remota de %s", "%1$s accepted remote share %2$s" : "%1$s comparticións remotas aceptadas %2$s", "%1$s declined remote share %2$s" : "%1$s comparticións remotas declinadas %2$s", "%1$s unshared %2$s from you" : "%1$s deixou de compartir %2$s con vostede", + "Public shared folder %1$s was downloaded" : "Foi descargado o cartafol público %1$s", + "Public shared file %1$s was downloaded" : "Foi descargado o ficheiro público %1$s", "This share is password-protected" : "Esta compartición está protexida con contrasinal", "The password is wrong. Try again." : "O contrasinal é incorrecto. Ténteo de novo.", "Password" : "Contrasinal", diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json index a5fef8bf3979d21900071c2201add7f0e56bf8da..d64b886310b02f52d39d3662cbe2cd11bb7bf193 100644 --- a/apps/files_sharing/l10n/gl.json +++ b/apps/files_sharing/l10n/gl.json @@ -21,10 +21,13 @@ "Invalid ownCloud url" : "URL incorrecta do ownCloud", "Shared by" : "Compartido por", "A file or folder was shared from <strong>another server</strong>" : "Compartiuse un ficheiro ou cartafol desde <strong>outro servidor</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Foi <strong>descargado</strong> un ficheiro ou cartafol público", "You received a new remote share from %s" : "Recibiu unha compartición remota de %s", "%1$s accepted remote share %2$s" : "%1$s comparticións remotas aceptadas %2$s", "%1$s declined remote share %2$s" : "%1$s comparticións remotas declinadas %2$s", "%1$s unshared %2$s from you" : "%1$s deixou de compartir %2$s con vostede", + "Public shared folder %1$s was downloaded" : "Foi descargado o cartafol público %1$s", + "Public shared file %1$s was downloaded" : "Foi descargado o ficheiro público %1$s", "This share is password-protected" : "Esta compartición está protexida con contrasinal", "The password is wrong. Try again." : "O contrasinal é incorrecto. Ténteo de novo.", "Password" : "Contrasinal", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 28ca741c38f93c25426c81f882237d8155ead6f0..469ccffb3cc2c324b37b9fe4a814cce6e8750736 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -23,10 +23,13 @@ OC.L10N.register( "Invalid ownCloud url" : "Url invalida para ownCloud", "Shared by" : "Compartilhado por", "A file or folder was shared from <strong>another server</strong>" : "Um arquivo ou pasta foi compartilhada a partir de <strong>outro servidor</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Um arquivo ou pasta compartilhada publicamente foi <strong>baixado</strong>", "You received a new remote share from %s" : "Você recebeu um novo compartilhamento remoto de %s", "%1$s accepted remote share %2$s" : "%1$s aceitou o compartilhamento remoto %2$s", "%1$s declined remote share %2$s" : "%1$s declinou o compartilhamento remoto %2$s", "%1$s unshared %2$s from you" : "%1$s não compartilhados %2$s de você", + "Public shared folder %1$s was downloaded" : "A pasta %1$s compartilhada publicamente foi baixada", + "Public shared file %1$s was downloaded" : "O arquivo %1$s compartilhado publicamente foi baixado", "This share is password-protected" : "Este compartilhamento esta protegido por senha", "The password is wrong. Try again." : "Senha incorreta. Tente novamente.", "Password" : "Senha", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index acfc678433c444092cd1083490713f0820be9ce6..7194ae9d23427291e8e4888f8eca5733e353622b 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -21,10 +21,13 @@ "Invalid ownCloud url" : "Url invalida para ownCloud", "Shared by" : "Compartilhado por", "A file or folder was shared from <strong>another server</strong>" : "Um arquivo ou pasta foi compartilhada a partir de <strong>outro servidor</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Um arquivo ou pasta compartilhada publicamente foi <strong>baixado</strong>", "You received a new remote share from %s" : "Você recebeu um novo compartilhamento remoto de %s", "%1$s accepted remote share %2$s" : "%1$s aceitou o compartilhamento remoto %2$s", "%1$s declined remote share %2$s" : "%1$s declinou o compartilhamento remoto %2$s", "%1$s unshared %2$s from you" : "%1$s não compartilhados %2$s de você", + "Public shared folder %1$s was downloaded" : "A pasta %1$s compartilhada publicamente foi baixada", + "Public shared file %1$s was downloaded" : "O arquivo %1$s compartilhado publicamente foi baixado", "This share is password-protected" : "Este compartilhamento esta protegido por senha", "The password is wrong. Try again." : "Senha incorreta. Tente novamente.", "Password" : "Senha", diff --git a/apps/user_ldap/l10n/cs_CZ.js b/apps/user_ldap/l10n/cs_CZ.js index f4782d57d6677430b9f01167b96c79a85f14f529..058f99d69ab264d94951e4471d65a7fcb9648b93 100644 --- a/apps/user_ldap/l10n/cs_CZ.js +++ b/apps/user_ldap/l10n/cs_CZ.js @@ -53,7 +53,7 @@ OC.L10N.register( "groups found" : "nalezené skupiny", "Users login with this attribute:" : "Uživatelé se přihlašují s tímto atributem:", "LDAP Username:" : "LDAP uživatelské jméno:", - "LDAP Email Address:" : "LDAP e-mailová adresa:", + "LDAP Email Address:" : "LDAP emailová adresa:", "Other Attributes:" : "Další atributy:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Určuje použitý filtr při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení. Příklad: \"uid=%%uid\"", "1. Server" : "1. Server", @@ -116,7 +116,7 @@ OC.L10N.register( "Quota Field" : "Pole pro kvótu", "Quota Default" : "Výchozí kvóta", "in bytes" : "v bajtech", - "Email Field" : "Pole e-mailu", + "Email Field" : "Pole emailu", "User Home Folder Naming Rule" : "Pravidlo pojmenování domovské složky uživatele", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ponechte prázdné pro uživatelské jméno (výchozí). Jinak uveďte LDAP/AD parametr.", "Internal Username" : "Interní uživatelské jméno", diff --git a/apps/user_ldap/l10n/cs_CZ.json b/apps/user_ldap/l10n/cs_CZ.json index e3e5156098712812ad20ddb65f9c8076bed613b4..640d1cf44c432beaf551764a3200368f6a1d295f 100644 --- a/apps/user_ldap/l10n/cs_CZ.json +++ b/apps/user_ldap/l10n/cs_CZ.json @@ -51,7 +51,7 @@ "groups found" : "nalezené skupiny", "Users login with this attribute:" : "Uživatelé se přihlašují s tímto atributem:", "LDAP Username:" : "LDAP uživatelské jméno:", - "LDAP Email Address:" : "LDAP e-mailová adresa:", + "LDAP Email Address:" : "LDAP emailová adresa:", "Other Attributes:" : "Další atributy:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Určuje použitý filtr při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení. Příklad: \"uid=%%uid\"", "1. Server" : "1. Server", @@ -114,7 +114,7 @@ "Quota Field" : "Pole pro kvótu", "Quota Default" : "Výchozí kvóta", "in bytes" : "v bajtech", - "Email Field" : "Pole e-mailu", + "Email Field" : "Pole emailu", "User Home Folder Naming Rule" : "Pravidlo pojmenování domovské složky uživatele", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ponechte prázdné pro uživatelské jméno (výchozí). Jinak uveďte LDAP/AD parametr.", "Internal Username" : "Interní uživatelské jméno", diff --git a/apps/user_ldap/l10n/el.js b/apps/user_ldap/l10n/el.js index daa557ac2f2cf30a0eda9525898d52080b600315..098fc25fa6f8a785ffc8f480283bd41c5cb385f4 100644 --- a/apps/user_ldap/l10n/el.js +++ b/apps/user_ldap/l10n/el.js @@ -33,6 +33,7 @@ OC.L10N.register( "Confirm Deletion" : "Επιβεβαίωση Διαγραφής", "_%s group found_::_%s groups found_" : ["%s ομάδα βρέθηκε","%s ομάδες βρέθηκαν"], "_%s user found_::_%s users found_" : ["%s χρήστης βρέθηκε","%s χρήστες βρέθηκαν"], + "Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "Δεν ήταν δυνατή η ανίχνευση της ιδιότητας του εμφανιζόμενου ονόματος χρήστη . Παρακαλείστε να το προσδιορίσετε στις προηγμένες ρυθμίσεις LDAP", "Could not find the desired feature" : "Αδυναμία εύρεσης επιθυμητου χαρακτηριστικού", "Invalid Host" : "Άκυρος εξυπηρετητής", "Server" : "Διακομιστής", diff --git a/apps/user_ldap/l10n/el.json b/apps/user_ldap/l10n/el.json index 717e2a686b749af135aab1eea340e3af2abea089..44119559c0812320fc24bf873b0d2ce26fef3355 100644 --- a/apps/user_ldap/l10n/el.json +++ b/apps/user_ldap/l10n/el.json @@ -31,6 +31,7 @@ "Confirm Deletion" : "Επιβεβαίωση Διαγραφής", "_%s group found_::_%s groups found_" : ["%s ομάδα βρέθηκε","%s ομάδες βρέθηκαν"], "_%s user found_::_%s users found_" : ["%s χρήστης βρέθηκε","%s χρήστες βρέθηκαν"], + "Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "Δεν ήταν δυνατή η ανίχνευση της ιδιότητας του εμφανιζόμενου ονόματος χρήστη . Παρακαλείστε να το προσδιορίσετε στις προηγμένες ρυθμίσεις LDAP", "Could not find the desired feature" : "Αδυναμία εύρεσης επιθυμητου χαρακτηριστικού", "Invalid Host" : "Άκυρος εξυπηρετητής", "Server" : "Διακομιστής", diff --git a/apps/user_ldap/l10n/lo.js b/apps/user_ldap/l10n/lo.js new file mode 100644 index 0000000000000000000000000000000000000000..5494dcae62e2729f377e3e9a3eed44662ee47cea --- /dev/null +++ b/apps/user_ldap/l10n/lo.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_ldap/l10n/lo.json b/apps/user_ldap/l10n/lo.json new file mode 100644 index 0000000000000000000000000000000000000000..75f0f056cc4d4fb33cff9bb6a835bed5d21cf21d --- /dev/null +++ b/apps/user_ldap/l10n/lo.json @@ -0,0 +1,5 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : [""], + "_%s user found_::_%s users found_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index 033a4376245244fd7c43aabc98df81d355534f0d..c2d6bc871541f4113e046f27bdc1ccbb4c5cec3e 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -1,7 +1,7 @@ OC.L10N.register( "core", { - "Couldn't send mail to following users: %s " : "Nebylo možné odeslat e-mail následujícím uživatelům: %s", + "Couldn't send mail to following users: %s " : "Nebylo možné odeslat email následujícím uživatelům: %s", "Turned on maintenance mode" : "Zapnut režim údržby", "Turned off maintenance mode" : "Vypnut režim údržby", "Updated database" : "Zaktualizována databáze", @@ -36,7 +36,7 @@ OC.L10N.register( "Settings" : "Nastavení", "Saving..." : "Ukládám...", "Couldn't send reset email. Please contact your administrator." : "Nepodařilo se odeslat email pro změnu hesla. Kontaktujte svého správce systému.", - "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Odkaz na obnovení hesla byl odeslán na vaši e-mailovou adresu. Pokud jej v krátké době neobdržíte, zkontrolujte složku nevyžádané pošty a koš.<br>Pokud jej nenaleznete, kontaktujte svého správce systému.", + "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Odkaz na obnovení hesla byl odeslán na vaši emailovou adresu. Pokud jej v krátké době neobdržíte, zkontrolujte složku nevyžádané pošty a koš.<br>Pokud jej nenaleznete, kontaktujte svého správce systému.", "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Vaše soubory jsou šifrovány. Pokud jste nepovolili klíč pro obnovení, neexistuje způsob jak získat po změně hesla vaše data zpět.<br />Pokud si nejste jisti co dělat, kontaktujte nejprve svého správce systému, než budete pokračovat. <br />Opravdu si přejete pokračovat?", "I know what I'm doing" : "Vím co dělám", "Password can not be changed. Please contact your administrator." : "Heslo nelze změnit. Kontaktujte prosím svého správce systému.", @@ -64,7 +64,7 @@ OC.L10N.register( "Good password" : "Dobré heslo", "Strong password" : "Silné heslo", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Váš webový server není správně nastaven pro umožnění synchronizace, rozhraní WebDAV se zdá být rozbité.", - "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "Server nemá funkční připojení k internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích e-mailů také nemusí fungovat. Pokud si přejete využívat všech vlastností ownCloud, doporučujeme povolit připojení k internetu tomuto serveru.", + "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "Server nemá funkční připojení k internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích emailů také nemusí fungovat. Pokud si přejete využívat všech vlastností ownCloud, doporučujeme povolit připojení k internetu tomuto serveru.", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." : "Váš datový adresář i vaše soubory jsou pravděpodobně přístupné z internetu. Soubor .htaccess nefunguje. Důrazně doporučujeme nakonfigurovat webový server tak, aby datový adresář nebyl nadále přístupný, nebo přesunout datový adresář mimo prostor zpřístupňovaný webovým serverem.", "Error occurred while checking server setup" : "Při ověřování nastavení serveru došlo k chybě", "Shared" : "Sdílené", @@ -84,7 +84,7 @@ OC.L10N.register( "Password" : "Heslo", "Choose a password for the public link" : "Zadej heslo pro tento veřejný odkaz", "Allow editing" : "Povolit úpravy", - "Email link to person" : "Odeslat osobě odkaz e-mailem", + "Email link to person" : "Odeslat osobě odkaz emailem", "Send" : "Odeslat", "Set expiration date" : "Nastavit datum vypršení platnosti", "Expiration" : "Konec platnosti", @@ -95,7 +95,7 @@ OC.L10N.register( "Resharing is not allowed" : "Sdílení již sdílené položky není povoleno", "Shared in {item} with {user}" : "Sdíleno v {item} s {user}", "Unshare" : "Zrušit sdílení", - "notify by email" : "upozornit e-mailem", + "notify by email" : "upozornit emailem", "can share" : "může sdílet", "can edit" : "lze upravovat", "access control" : "řízení přístupu", @@ -106,7 +106,7 @@ OC.L10N.register( "Error unsetting expiration date" : "Chyba při odstraňování data vypršení platnosti", "Error setting expiration date" : "Chyba při nastavení data vypršení platnosti", "Sending ..." : "Odesílám ...", - "Email sent" : "E-mail odeslán", + "Email sent" : "Email odeslán", "Warning" : "Varování", "The object type is not specified." : "Není určen typ objektu.", "Enter new" : "Zadat nový", @@ -126,7 +126,7 @@ OC.L10N.register( "The update was successful. Redirecting you to ownCloud now." : "Aktualizace byla úspěšná. Přesměrovávám na ownCloud.", "Couldn't reset password because the token is invalid" : "Heslo nebylo změněno kvůli neplatnému tokenu", "Couldn't send reset email. Please make sure your username is correct." : "Nelze odeslat email pro změnu hesla. Ujistěte se prosím, že zadáváte správné uživatelské jméno.", - "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena e-mailová adresa. Kontaktujte prosím svého správce systému.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena emailová adresa. Kontaktujte prosím svého správce systému.", "%s password reset" : "reset hesla %s", "Use the following link to reset your password: {link}" : "Heslo obnovíte použitím následujícího odkazu: {link}", "New password" : "Nové heslo", diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index 9040765df520f90659fa46f67d46cf6268f53ca3..96e58d7bd0ea435437e2258dc81b7c8eb7e64976 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -1,5 +1,5 @@ { "translations": { - "Couldn't send mail to following users: %s " : "Nebylo možné odeslat e-mail následujícím uživatelům: %s", + "Couldn't send mail to following users: %s " : "Nebylo možné odeslat email následujícím uživatelům: %s", "Turned on maintenance mode" : "Zapnut režim údržby", "Turned off maintenance mode" : "Vypnut režim údržby", "Updated database" : "Zaktualizována databáze", @@ -34,7 +34,7 @@ "Settings" : "Nastavení", "Saving..." : "Ukládám...", "Couldn't send reset email. Please contact your administrator." : "Nepodařilo se odeslat email pro změnu hesla. Kontaktujte svého správce systému.", - "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Odkaz na obnovení hesla byl odeslán na vaši e-mailovou adresu. Pokud jej v krátké době neobdržíte, zkontrolujte složku nevyžádané pošty a koš.<br>Pokud jej nenaleznete, kontaktujte svého správce systému.", + "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Odkaz na obnovení hesla byl odeslán na vaši emailovou adresu. Pokud jej v krátké době neobdržíte, zkontrolujte složku nevyžádané pošty a koš.<br>Pokud jej nenaleznete, kontaktujte svého správce systému.", "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Vaše soubory jsou šifrovány. Pokud jste nepovolili klíč pro obnovení, neexistuje způsob jak získat po změně hesla vaše data zpět.<br />Pokud si nejste jisti co dělat, kontaktujte nejprve svého správce systému, než budete pokračovat. <br />Opravdu si přejete pokračovat?", "I know what I'm doing" : "Vím co dělám", "Password can not be changed. Please contact your administrator." : "Heslo nelze změnit. Kontaktujte prosím svého správce systému.", @@ -62,7 +62,7 @@ "Good password" : "Dobré heslo", "Strong password" : "Silné heslo", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Váš webový server není správně nastaven pro umožnění synchronizace, rozhraní WebDAV se zdá být rozbité.", - "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "Server nemá funkční připojení k internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích e-mailů také nemusí fungovat. Pokud si přejete využívat všech vlastností ownCloud, doporučujeme povolit připojení k internetu tomuto serveru.", + "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "Server nemá funkční připojení k internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích emailů také nemusí fungovat. Pokud si přejete využívat všech vlastností ownCloud, doporučujeme povolit připojení k internetu tomuto serveru.", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." : "Váš datový adresář i vaše soubory jsou pravděpodobně přístupné z internetu. Soubor .htaccess nefunguje. Důrazně doporučujeme nakonfigurovat webový server tak, aby datový adresář nebyl nadále přístupný, nebo přesunout datový adresář mimo prostor zpřístupňovaný webovým serverem.", "Error occurred while checking server setup" : "Při ověřování nastavení serveru došlo k chybě", "Shared" : "Sdílené", @@ -82,7 +82,7 @@ "Password" : "Heslo", "Choose a password for the public link" : "Zadej heslo pro tento veřejný odkaz", "Allow editing" : "Povolit úpravy", - "Email link to person" : "Odeslat osobě odkaz e-mailem", + "Email link to person" : "Odeslat osobě odkaz emailem", "Send" : "Odeslat", "Set expiration date" : "Nastavit datum vypršení platnosti", "Expiration" : "Konec platnosti", @@ -93,7 +93,7 @@ "Resharing is not allowed" : "Sdílení již sdílené položky není povoleno", "Shared in {item} with {user}" : "Sdíleno v {item} s {user}", "Unshare" : "Zrušit sdílení", - "notify by email" : "upozornit e-mailem", + "notify by email" : "upozornit emailem", "can share" : "může sdílet", "can edit" : "lze upravovat", "access control" : "řízení přístupu", @@ -104,7 +104,7 @@ "Error unsetting expiration date" : "Chyba při odstraňování data vypršení platnosti", "Error setting expiration date" : "Chyba při nastavení data vypršení platnosti", "Sending ..." : "Odesílám ...", - "Email sent" : "E-mail odeslán", + "Email sent" : "Email odeslán", "Warning" : "Varování", "The object type is not specified." : "Není určen typ objektu.", "Enter new" : "Zadat nový", @@ -124,7 +124,7 @@ "The update was successful. Redirecting you to ownCloud now." : "Aktualizace byla úspěšná. Přesměrovávám na ownCloud.", "Couldn't reset password because the token is invalid" : "Heslo nebylo změněno kvůli neplatnému tokenu", "Couldn't send reset email. Please make sure your username is correct." : "Nelze odeslat email pro změnu hesla. Ujistěte se prosím, že zadáváte správné uživatelské jméno.", - "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena e-mailová adresa. Kontaktujte prosím svého správce systému.", + "Couldn't send reset email because there is no email address for this username. Please contact your administrator." : "Nelze odeslat email pro změnu hesla, protože u tohoto uživatelského jména není uvedena emailová adresa. Kontaktujte prosím svého správce systému.", "%s password reset" : "reset hesla %s", "Use the following link to reset your password: {link}" : "Heslo obnovíte použitím následujícího odkazu: {link}", "New password" : "Nové heslo", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 8c9c5fc17dd3252ab67d3d677a94abd5edb72849..ebb0c87689ac01f3dc1eddb7678491092adf6518 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -79,9 +79,11 @@ OC.L10N.register( "Share with user or group …" : "Partager avec un utilisateur ou un groupe...", "Share link" : "Partager par lien public", "The public link will expire no later than {days} days after it is created" : "Ce lien public expirera au plus tard {days} jours après sa création.", + "Link" : "Lien", "Password protect" : "Protéger par un mot de passe", "Password" : "Mot de passe", "Choose a password for the public link" : "Choisissez un mot de passe pour le lien public", + "Allow editing" : "Permettre la modification", "Email link to person" : "Envoyer le lien par courriel", "Send" : "Envoyer", "Set expiration date" : "Spécifier une date d'expiration", @@ -89,6 +91,7 @@ OC.L10N.register( "Expiration date" : "Date d'expiration", "Adding user..." : "Ajout de l'utilisateur...", "group" : "groupe", + "remote" : "distant", "Resharing is not allowed" : "Le repartage n'est pas autorisé", "Shared in {item} with {user}" : "Partagé dans {item} avec {user}", "Unshare" : "Ne plus partager", @@ -97,6 +100,7 @@ OC.L10N.register( "can edit" : "peut modifier", "access control" : "contrôle d'accès", "create" : "créer", + "change" : "modification", "delete" : "supprimer", "Password protected" : "Protégé par mot de passe", "Error unsetting expiration date" : "Erreur lors de la suppression de la date d'expiration", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index b3e08caa40a566e485ceb8ba6fd2153e6e9982dd..e82adf2008fe7f6108128980506f4bcbb81bc83a 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -77,9 +77,11 @@ "Share with user or group …" : "Partager avec un utilisateur ou un groupe...", "Share link" : "Partager par lien public", "The public link will expire no later than {days} days after it is created" : "Ce lien public expirera au plus tard {days} jours après sa création.", + "Link" : "Lien", "Password protect" : "Protéger par un mot de passe", "Password" : "Mot de passe", "Choose a password for the public link" : "Choisissez un mot de passe pour le lien public", + "Allow editing" : "Permettre la modification", "Email link to person" : "Envoyer le lien par courriel", "Send" : "Envoyer", "Set expiration date" : "Spécifier une date d'expiration", @@ -87,6 +89,7 @@ "Expiration date" : "Date d'expiration", "Adding user..." : "Ajout de l'utilisateur...", "group" : "groupe", + "remote" : "distant", "Resharing is not allowed" : "Le repartage n'est pas autorisé", "Shared in {item} with {user}" : "Partagé dans {item} avec {user}", "Unshare" : "Ne plus partager", @@ -95,6 +98,7 @@ "can edit" : "peut modifier", "access control" : "contrôle d'accès", "create" : "créer", + "change" : "modification", "delete" : "supprimer", "Password protected" : "Protégé par mot de passe", "Error unsetting expiration date" : "Erreur lors de la suppression de la date d'expiration", diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 66cc1e0497e20973d1c92d41f6c184d259e136e8..e40993f758381a5603994ae993a4beaf8bb274b7 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -46,6 +46,7 @@ OC.L10N.register( "Error loading file picker template: {error}" : "Produciuse un erro ao cargar o modelo do selector: {error}", "Ok" : "Aceptar", "Error loading message template: {error}" : "Produciuse un erro ao cargar o modelo da mensaxe: {error}", + "read-only" : "só lectura", "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflito de ficheiro","{count} conflitos de ficheiros"], "One file conflict" : "Un conflito de ficheiro", "New Files" : "Ficheiros novos", @@ -78,9 +79,11 @@ OC.L10N.register( "Share with user or group …" : "Compartir cun usuario ou grupo ...", "Share link" : "Ligazón para compartir", "The public link will expire no later than {days} days after it is created" : "A ligazón pública caducará, a máis tardar, {days} días após a súa creación", + "Link" : "Ligazón", "Password protect" : "Protexido con contrasinal", "Password" : "Contrasinal", "Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública", + "Allow editing" : "Permitir a edición", "Email link to person" : "Enviar ligazón por correo", "Send" : "Enviar", "Set expiration date" : "Definir a data de caducidade", @@ -88,6 +91,7 @@ OC.L10N.register( "Expiration date" : "Data de caducidade", "Adding user..." : "Engadindo usuario...", "group" : "grupo", + "remote" : "remoto", "Resharing is not allowed" : "Non se permite volver compartir", "Shared in {item} with {user}" : "Compartido en {item} con {user}", "Unshare" : "Deixar de compartir", @@ -96,6 +100,7 @@ OC.L10N.register( "can edit" : "pode editar", "access control" : "control de acceso", "create" : "crear", + "change" : "cambio", "delete" : "eliminar", "Password protected" : "Protexido con contrasinal", "Error unsetting expiration date" : "Produciuse un erro ao retirar a data de caducidade", @@ -117,6 +122,7 @@ OC.L10N.register( "_download %n file_::_download %n files_" : ["descargar %n ficheiro","descargar %n ficheiros"], "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a versión {version}, isto pode levar un anaco.", "Please reload the page." : "Volva cargar a páxina.", + "The update was unsuccessful. " : "Fracasou a actualización.", "The update was successful. Redirecting you to ownCloud now." : "A actualización realizouse correctamente. Redirixíndoo agora á ownCloud.", "Couldn't reset password because the token is invalid" : "No, foi posíbel restabelecer o contrasinal, a marca non é correcta", "Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o coreo do restablecemento. Asegúrese de que o nome de usuario é o correcto.", @@ -128,6 +134,7 @@ OC.L10N.register( "Reset password" : "Restabelecer o contrasinal", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X non é compatíbel e %s non funcionará correctamente nesta plataforma. Úseo baixo o seu risco!", "For the best results, please consider using a GNU/Linux server instead." : "Para obter mellores resultados, considere o emprego dun servidor GNU/Linux no seu canto.", + "Please install the cURL extension and restart your webserver." : "Instale a extensión cURL e reinicie o servidor web.", "Personal" : "Persoal", "Users" : "Usuarios", "Apps" : "Aplicacións", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index fe995598b6bcb68c7869ba53fef00dec493d1926..ed5f766a556c1da4fa0361e907397f094a515c7c 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -44,6 +44,7 @@ "Error loading file picker template: {error}" : "Produciuse un erro ao cargar o modelo do selector: {error}", "Ok" : "Aceptar", "Error loading message template: {error}" : "Produciuse un erro ao cargar o modelo da mensaxe: {error}", + "read-only" : "só lectura", "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflito de ficheiro","{count} conflitos de ficheiros"], "One file conflict" : "Un conflito de ficheiro", "New Files" : "Ficheiros novos", @@ -76,9 +77,11 @@ "Share with user or group …" : "Compartir cun usuario ou grupo ...", "Share link" : "Ligazón para compartir", "The public link will expire no later than {days} days after it is created" : "A ligazón pública caducará, a máis tardar, {days} días após a súa creación", + "Link" : "Ligazón", "Password protect" : "Protexido con contrasinal", "Password" : "Contrasinal", "Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública", + "Allow editing" : "Permitir a edición", "Email link to person" : "Enviar ligazón por correo", "Send" : "Enviar", "Set expiration date" : "Definir a data de caducidade", @@ -86,6 +89,7 @@ "Expiration date" : "Data de caducidade", "Adding user..." : "Engadindo usuario...", "group" : "grupo", + "remote" : "remoto", "Resharing is not allowed" : "Non se permite volver compartir", "Shared in {item} with {user}" : "Compartido en {item} con {user}", "Unshare" : "Deixar de compartir", @@ -94,6 +98,7 @@ "can edit" : "pode editar", "access control" : "control de acceso", "create" : "crear", + "change" : "cambio", "delete" : "eliminar", "Password protected" : "Protexido con contrasinal", "Error unsetting expiration date" : "Produciuse un erro ao retirar a data de caducidade", @@ -115,6 +120,7 @@ "_download %n file_::_download %n files_" : ["descargar %n ficheiro","descargar %n ficheiros"], "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a versión {version}, isto pode levar un anaco.", "Please reload the page." : "Volva cargar a páxina.", + "The update was unsuccessful. " : "Fracasou a actualización.", "The update was successful. Redirecting you to ownCloud now." : "A actualización realizouse correctamente. Redirixíndoo agora á ownCloud.", "Couldn't reset password because the token is invalid" : "No, foi posíbel restabelecer o contrasinal, a marca non é correcta", "Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o coreo do restablecemento. Asegúrese de que o nome de usuario é o correcto.", @@ -126,6 +132,7 @@ "Reset password" : "Restabelecer o contrasinal", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X non é compatíbel e %s non funcionará correctamente nesta plataforma. Úseo baixo o seu risco!", "For the best results, please consider using a GNU/Linux server instead." : "Para obter mellores resultados, considere o emprego dun servidor GNU/Linux no seu canto.", + "Please install the cURL extension and restart your webserver." : "Instale a extensión cURL e reinicie o servidor web.", "Personal" : "Persoal", "Users" : "Usuarios", "Apps" : "Aplicacións", diff --git a/core/l10n/lo.js b/core/l10n/lo.js new file mode 100644 index 0000000000000000000000000000000000000000..49247f7174c26bde1407d6d97ee058188f46c7db --- /dev/null +++ b/core/l10n/lo.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/core/l10n/lo.json b/core/l10n/lo.json new file mode 100644 index 0000000000000000000000000000000000000000..1d746175292ceaf791d688e355035e8f163347fe --- /dev/null +++ b/core/l10n/lo.json @@ -0,0 +1,5 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/lib/l10n/es.js b/lib/l10n/es.js index ca1b6216b13b1922b392eaee0ea099efdefd621b..0d751415cda35fd5c1a6364a6b9406530fd45367 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -9,6 +9,8 @@ OC.L10N.register( "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto puede arruinar su instalación y es un caso para el que no se brinda soporte. Lea la documentación antes de hacer cambios en config.php", "PHP %s or higher is required." : "Se requiere PHP %s o superior.", "Following databases are supported: %s" : "Las siguientes bases de datos están soportadas: %s", + "The library %s is not available." : "La librería %s no está disponible", + "Following platforms are supported: %s" : "Las siguientes plataformas son soportadas: %s", "Help" : "Ayuda", "Personal" : "Personal", "Settings" : "Ajustes", diff --git a/lib/l10n/es.json b/lib/l10n/es.json index dec3bbd3aecebadb29b502d91bd7ad1c113c7039..ef269d888250c658ba92990b9efea7e7e9c80531 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -7,6 +7,8 @@ "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto puede arruinar su instalación y es un caso para el que no se brinda soporte. Lea la documentación antes de hacer cambios en config.php", "PHP %s or higher is required." : "Se requiere PHP %s o superior.", "Following databases are supported: %s" : "Las siguientes bases de datos están soportadas: %s", + "The library %s is not available." : "La librería %s no está disponible", + "Following platforms are supported: %s" : "Las siguientes plataformas son soportadas: %s", "Help" : "Ayuda", "Personal" : "Personal", "Settings" : "Ajustes", diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 7fa979163f86144792df4c254b4322fe95f641d7..c5861bb8e333ff981a6709d585d581add357de84 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -87,6 +87,7 @@ OC.L10N.register( "Sharing %s failed, because %s is not a member of the group %s" : "Le partage de %s a échoué car %s n'est pas membre du groupe %s", "You need to provide a password to create a public link, only protected links are allowed" : "Vous devez fournir un mot de passe pour créer un lien public, seuls les liens protégés sont autorisées.", "Sharing %s failed, because sharing with links is not allowed" : "Le partage de %s a échoué car le partage par lien n'est pas permis", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Le partage de %s a échoué : impossible de trouver %s. Peut-être le serveur est-il momentanément injoignable.", "Share type %s is not valid for %s" : "Le type de partage %s n'est pas valide pour %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Le réglage des permissions pour %s a échoué car les permissions dépassent celles accordées à %s", "Setting permissions for %s failed, because the item was not found" : "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 0b95dfa17461fdf5ee4093f836237f3ada02d6a0..c1d2e8b3f53f5f2e523d631f2e865368a8d2b861 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -85,6 +85,7 @@ "Sharing %s failed, because %s is not a member of the group %s" : "Le partage de %s a échoué car %s n'est pas membre du groupe %s", "You need to provide a password to create a public link, only protected links are allowed" : "Vous devez fournir un mot de passe pour créer un lien public, seuls les liens protégés sont autorisées.", "Sharing %s failed, because sharing with links is not allowed" : "Le partage de %s a échoué car le partage par lien n'est pas permis", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Le partage de %s a échoué : impossible de trouver %s. Peut-être le serveur est-il momentanément injoignable.", "Share type %s is not valid for %s" : "Le type de partage %s n'est pas valide pour %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Le réglage des permissions pour %s a échoué car les permissions dépassent celles accordées à %s", "Setting permissions for %s failed, because the item was not found" : "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", diff --git a/lib/l10n/lo.js b/lib/l10n/lo.js new file mode 100644 index 0000000000000000000000000000000000000000..784e8271ef31fbf390b9d243394bb2f363c3a0f5 --- /dev/null +++ b/lib/l10n/lo.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "lib", + { + "_%n day ago_::_%n days ago_" : [""], + "_%n month ago_::_%n months ago_" : [""], + "_%n year ago_::_%n years ago_" : [""], + "_%n hour ago_::_%n hours ago_" : [""], + "_%n minute ago_::_%n minutes ago_" : [""] +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/lo.json b/lib/l10n/lo.json new file mode 100644 index 0000000000000000000000000000000000000000..3a3512d508d53a1e9bdd418e075d8d5e799be569 --- /dev/null +++ b/lib/l10n/lo.json @@ -0,0 +1,8 @@ +{ "translations": { + "_%n day ago_::_%n days ago_" : [""], + "_%n month ago_::_%n months ago_" : [""], + "_%n year ago_::_%n years ago_" : [""], + "_%n hour ago_::_%n hours ago_" : [""], + "_%n minute ago_::_%n minutes ago_" : [""] +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js index de2443df3b41d1c26802df42e5cf289163ade012..04a22a0aeeff58aa252d80466197dd28f011f7b1 100644 --- a/settings/l10n/cs_CZ.js +++ b/settings/l10n/cs_CZ.js @@ -5,7 +5,7 @@ OC.L10N.register( "Cron" : "Cron", "Sharing" : "Sdílení", "Security" : "Zabezpečení", - "Email Server" : "E-mailový server", + "Email Server" : "Emailový server", "Log" : "Záznam", "Authentication error" : "Chyba přihlášení", "Your full name has been changed." : "Vaše celé jméno bylo změněno.", @@ -37,19 +37,19 @@ OC.L10N.register( "Unable to add group." : "Nelze přidat skupinu.", "Unable to delete group." : "Nelze smazat skupinu.", "Saved" : "Uloženo", - "test email settings" : "otestovat nastavení e-mailu", - "If you received this email, the settings seem to be correct." : "Pokud jste obdrželi tento e-mail, nastavení se zdají být v pořádku.", - "A problem occurred while sending the email. Please revise your settings." : "Při odesílání e-mailu nastala chyba. Překontrolujte prosím svá nastavení.", - "Email sent" : "E-mail odeslán", - "You need to set your user email before being able to send test emails." : "Pro možnost odeslání zkušebních e-mailů musíte nejprve nastavit svou e-mailovou adresu.", - "Invalid mail address" : "Neplatná e-mailová adresa", + "test email settings" : "otestovat nastavení emailu", + "If you received this email, the settings seem to be correct." : "Pokud jste obdrželi tento email, nastavení se zdají být v pořádku.", + "A problem occurred while sending the email. Please revise your settings." : "Při odesílání emailu nastala chyba. Překontrolujte prosím svá nastavení.", + "Email sent" : "Email odeslán", + "You need to set your user email before being able to send test emails." : "Pro možnost odeslání zkušebních emailů musíte nejprve nastavit svou emailovou adresu.", + "Invalid mail address" : "Neplatná emailová adresa", "Unable to create user." : "Nelze vytvořit uživatele.", "Your %s account was created" : "Účet %s byl vytvořen", "Unable to delete user." : "Nelze smazat uživatele.", "Forbidden" : "Zakázáno", "Invalid user" : "Neplatné uživatelské jméno", - "Unable to change mail address" : "Nelze změnit e-mail", - "Email saved" : "E-mail uložen", + "Unable to change mail address" : "Nelze změnit email", + "Email saved" : "Email uložen", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?", "Add trusted domain" : "Přidat důvěryhodnou doménu", "Sending..." : "Odesílání...", @@ -89,7 +89,7 @@ OC.L10N.register( "A valid username must be provided" : "Musíte zadat platné uživatelské jméno", "Error creating user" : "Chyba při vytváření užiatele", "A valid password must be provided" : "Musíte zadat platné heslo", - "A valid email must be provided" : "Musíte zadat platný e-mail", + "A valid email must be provided" : "Musíte zadat platný email", "__language_name__" : "Česky", "Personal Info" : "Osobní informace", "SSL root certificates" : "Kořenové certifikáty SSL", @@ -122,7 +122,7 @@ OC.L10N.register( "System locale can not be set to a one which supports UTF-8." : "Není možné nastavit znakovou sadu, která podporuje UTF-8.", "This means that there might be problems with certain characters in file names." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Velmi doporučujeme nainstalovat požadované balíčky do systému, pro podporu jednoho z následujících národních prostředí: %s.", - "URL generation in notification emails" : "Generování adresy URL v oznamovacích e-mailech", + "URL generation in notification emails" : "Generování adresy URL v oznamovacích emailech", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problém s generováním správné URL. Pro zabránění těmto chybám nastavte prosím správnou cestu ve svém config.php souboru v hodnotě \"overwritewebroot\" (Doporučujeme: \"%s\")", "Configuration Checks" : "Ověření konfigurace", "No problems found" : "Nebyly nalezeny žádné problémy", @@ -137,14 +137,14 @@ OC.L10N.register( "Allow users to share via link" : "Povolit uživatelům sdílení pomocí odkazů", "Enforce password protection" : "Vynutit ochranu heslem", "Allow public uploads" : "Povolit veřejné nahrávání souborů", - "Allow users to send mail notification for shared files" : "Povolit uživatelům odesílat e-mailová upozornění pro sdílené soubory", + "Allow users to send mail notification for shared files" : "Povolit uživatelům odesílat emailová upozornění pro sdílené soubory", "Set default expiration date" : "Nastavit výchozí datum vypršení platnosti", "Expire after " : "Vyprší po", "days" : "dnech", "Enforce expiration date" : "Vynutit datum vypršení", "Allow resharing" : "Povolit znovu-sdílení", "Restrict users to only share with users in their groups" : "Povolit sdílení pouze mezi uživateli v rámci skupiny", - "Allow users to send mail notification for shared files to other users" : "Povolit uživatelům odesílat e-mailová upozornění na sdílené soubory", + "Allow users to send mail notification for shared files to other users" : "Povolit uživatelům odesílat emailová upozornění na sdílené soubory", "Exclude groups from sharing" : "Vyjmout skupiny ze sdílení", "These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možno sdílet, nemohou ale sami sdílet ostatním.", "Enforce HTTPS" : "Vynutit HTTPS", @@ -155,7 +155,7 @@ OC.L10N.register( "This is used for sending out notifications." : "Toto se používá pro odesílání upozornění.", "Send mode" : "Mód odesílání", "From address" : "Adresa odesílatele", - "mail" : "e-mail", + "mail" : "email", "Authentication method" : "Metoda ověření", "Authentication required" : "Vyžadováno ověření", "Server address" : "Adresa serveru", @@ -164,8 +164,8 @@ OC.L10N.register( "SMTP Username" : "SMTP uživatelské jméno ", "SMTP Password" : "SMTP heslo", "Store credentials" : "Ukládat přihlašovací údaje", - "Test email settings" : "Otestovat nastavení e-mailu", - "Send email" : "Odeslat e-mail", + "Test email settings" : "Otestovat nastavení emailu", + "Send email" : "Odeslat email", "Log level" : "Úroveň zaznamenávání", "More" : "Více", "Less" : "Méně", @@ -204,9 +204,9 @@ OC.L10N.register( "New password" : "Nové heslo", "Change password" : "Změnit heslo", "Full Name" : "Celé jméno", - "Email" : "E-mail", - "Your email address" : "Vaše e-mailová adresa", - "Fill in an email address to enable password recovery and receive notifications" : "Zadejte e-mailovou adresu pro umožnění obnovy zapomenutého hesla a pro přijímání upozornění", + "Email" : "Email", + "Your email address" : "Vaše emailová adresa", + "Fill in an email address to enable password recovery and receive notifications" : "Zadejte emailovou adresu pro umožnění obnovy zapomenutého hesla a pro přijímání upozornění", "Profile picture" : "Profilový obrázek", "Upload new" : "Nahrát nový", "Select new from Files" : "Vyberte nový ze souborů", @@ -231,10 +231,10 @@ OC.L10N.register( "Show storage location" : "Zobrazit umístění úložiště", "Show last log in" : "Zobrazit poslední přihlášení", "Show user backend" : "Zobrazit uživatelskou podpůrnou vrstvu", - "Send email to new user" : "Poslat e-mail novému uživateli", - "Show email address" : "Zobrazit e-mail", + "Send email to new user" : "Poslat email novému uživateli", + "Show email address" : "Zobrazit email", "Username" : "Uživatelské jméno", - "E-Mail" : "E-Mail", + "E-Mail" : "Email", "Create" : "Vytvořit", "Admin Recovery Password" : "Heslo obnovy správce", "Enter the recovery password in order to recover the users files during password change" : "Zadejte heslo obnovy pro obnovení souborů uživatele při změně hesla", @@ -254,7 +254,7 @@ OC.L10N.register( "Last Login" : "Poslední přihlášení", "change full name" : "změnit celé jméno", "set new password" : "nastavit nové heslo", - "change email address" : "změnit e-mail", + "change email address" : "změnit email", "Default" : "Výchozí" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json index e19bc0c9c17678fc85389ead15124f8b1f042b90..b6c2b3964b9a729b555035e35e4fcac9b1da3777 100644 --- a/settings/l10n/cs_CZ.json +++ b/settings/l10n/cs_CZ.json @@ -3,7 +3,7 @@ "Cron" : "Cron", "Sharing" : "Sdílení", "Security" : "Zabezpečení", - "Email Server" : "E-mailový server", + "Email Server" : "Emailový server", "Log" : "Záznam", "Authentication error" : "Chyba přihlášení", "Your full name has been changed." : "Vaše celé jméno bylo změněno.", @@ -35,19 +35,19 @@ "Unable to add group." : "Nelze přidat skupinu.", "Unable to delete group." : "Nelze smazat skupinu.", "Saved" : "Uloženo", - "test email settings" : "otestovat nastavení e-mailu", - "If you received this email, the settings seem to be correct." : "Pokud jste obdrželi tento e-mail, nastavení se zdají být v pořádku.", - "A problem occurred while sending the email. Please revise your settings." : "Při odesílání e-mailu nastala chyba. Překontrolujte prosím svá nastavení.", - "Email sent" : "E-mail odeslán", - "You need to set your user email before being able to send test emails." : "Pro možnost odeslání zkušebních e-mailů musíte nejprve nastavit svou e-mailovou adresu.", - "Invalid mail address" : "Neplatná e-mailová adresa", + "test email settings" : "otestovat nastavení emailu", + "If you received this email, the settings seem to be correct." : "Pokud jste obdrželi tento email, nastavení se zdají být v pořádku.", + "A problem occurred while sending the email. Please revise your settings." : "Při odesílání emailu nastala chyba. Překontrolujte prosím svá nastavení.", + "Email sent" : "Email odeslán", + "You need to set your user email before being able to send test emails." : "Pro možnost odeslání zkušebních emailů musíte nejprve nastavit svou emailovou adresu.", + "Invalid mail address" : "Neplatná emailová adresa", "Unable to create user." : "Nelze vytvořit uživatele.", "Your %s account was created" : "Účet %s byl vytvořen", "Unable to delete user." : "Nelze smazat uživatele.", "Forbidden" : "Zakázáno", "Invalid user" : "Neplatné uživatelské jméno", - "Unable to change mail address" : "Nelze změnit e-mail", - "Email saved" : "E-mail uložen", + "Unable to change mail address" : "Nelze změnit email", + "Email saved" : "Email uložen", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?", "Add trusted domain" : "Přidat důvěryhodnou doménu", "Sending..." : "Odesílání...", @@ -87,7 +87,7 @@ "A valid username must be provided" : "Musíte zadat platné uživatelské jméno", "Error creating user" : "Chyba při vytváření užiatele", "A valid password must be provided" : "Musíte zadat platné heslo", - "A valid email must be provided" : "Musíte zadat platný e-mail", + "A valid email must be provided" : "Musíte zadat platný email", "__language_name__" : "Česky", "Personal Info" : "Osobní informace", "SSL root certificates" : "Kořenové certifikáty SSL", @@ -120,7 +120,7 @@ "System locale can not be set to a one which supports UTF-8." : "Není možné nastavit znakovou sadu, která podporuje UTF-8.", "This means that there might be problems with certain characters in file names." : "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Velmi doporučujeme nainstalovat požadované balíčky do systému, pro podporu jednoho z následujících národních prostředí: %s.", - "URL generation in notification emails" : "Generování adresy URL v oznamovacích e-mailech", + "URL generation in notification emails" : "Generování adresy URL v oznamovacích emailech", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Instalace mimo kořenový adresář domény a používání systémového příkazu cron může způsobit problém s generováním správné URL. Pro zabránění těmto chybám nastavte prosím správnou cestu ve svém config.php souboru v hodnotě \"overwritewebroot\" (Doporučujeme: \"%s\")", "Configuration Checks" : "Ověření konfigurace", "No problems found" : "Nebyly nalezeny žádné problémy", @@ -135,14 +135,14 @@ "Allow users to share via link" : "Povolit uživatelům sdílení pomocí odkazů", "Enforce password protection" : "Vynutit ochranu heslem", "Allow public uploads" : "Povolit veřejné nahrávání souborů", - "Allow users to send mail notification for shared files" : "Povolit uživatelům odesílat e-mailová upozornění pro sdílené soubory", + "Allow users to send mail notification for shared files" : "Povolit uživatelům odesílat emailová upozornění pro sdílené soubory", "Set default expiration date" : "Nastavit výchozí datum vypršení platnosti", "Expire after " : "Vyprší po", "days" : "dnech", "Enforce expiration date" : "Vynutit datum vypršení", "Allow resharing" : "Povolit znovu-sdílení", "Restrict users to only share with users in their groups" : "Povolit sdílení pouze mezi uživateli v rámci skupiny", - "Allow users to send mail notification for shared files to other users" : "Povolit uživatelům odesílat e-mailová upozornění na sdílené soubory", + "Allow users to send mail notification for shared files to other users" : "Povolit uživatelům odesílat emailová upozornění na sdílené soubory", "Exclude groups from sharing" : "Vyjmout skupiny ze sdílení", "These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možno sdílet, nemohou ale sami sdílet ostatním.", "Enforce HTTPS" : "Vynutit HTTPS", @@ -153,7 +153,7 @@ "This is used for sending out notifications." : "Toto se používá pro odesílání upozornění.", "Send mode" : "Mód odesílání", "From address" : "Adresa odesílatele", - "mail" : "e-mail", + "mail" : "email", "Authentication method" : "Metoda ověření", "Authentication required" : "Vyžadováno ověření", "Server address" : "Adresa serveru", @@ -162,8 +162,8 @@ "SMTP Username" : "SMTP uživatelské jméno ", "SMTP Password" : "SMTP heslo", "Store credentials" : "Ukládat přihlašovací údaje", - "Test email settings" : "Otestovat nastavení e-mailu", - "Send email" : "Odeslat e-mail", + "Test email settings" : "Otestovat nastavení emailu", + "Send email" : "Odeslat email", "Log level" : "Úroveň zaznamenávání", "More" : "Více", "Less" : "Méně", @@ -202,9 +202,9 @@ "New password" : "Nové heslo", "Change password" : "Změnit heslo", "Full Name" : "Celé jméno", - "Email" : "E-mail", - "Your email address" : "Vaše e-mailová adresa", - "Fill in an email address to enable password recovery and receive notifications" : "Zadejte e-mailovou adresu pro umožnění obnovy zapomenutého hesla a pro přijímání upozornění", + "Email" : "Email", + "Your email address" : "Vaše emailová adresa", + "Fill in an email address to enable password recovery and receive notifications" : "Zadejte emailovou adresu pro umožnění obnovy zapomenutého hesla a pro přijímání upozornění", "Profile picture" : "Profilový obrázek", "Upload new" : "Nahrát nový", "Select new from Files" : "Vyberte nový ze souborů", @@ -229,10 +229,10 @@ "Show storage location" : "Zobrazit umístění úložiště", "Show last log in" : "Zobrazit poslední přihlášení", "Show user backend" : "Zobrazit uživatelskou podpůrnou vrstvu", - "Send email to new user" : "Poslat e-mail novému uživateli", - "Show email address" : "Zobrazit e-mail", + "Send email to new user" : "Poslat email novému uživateli", + "Show email address" : "Zobrazit email", "Username" : "Uživatelské jméno", - "E-Mail" : "E-Mail", + "E-Mail" : "Email", "Create" : "Vytvořit", "Admin Recovery Password" : "Heslo obnovy správce", "Enter the recovery password in order to recover the users files during password change" : "Zadejte heslo obnovy pro obnovení souborů uživatele při změně hesla", @@ -252,7 +252,7 @@ "Last Login" : "Poslední přihlášení", "change full name" : "změnit celé jméno", "set new password" : "nastavit nové heslo", - "change email address" : "změnit e-mail", + "change email address" : "změnit email", "Default" : "Výchozí" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" } \ No newline at end of file diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index 387c3741cea694d78f03efb18e076f712936c707..11b62f079a8987d5e620ad800e973006bb00a678 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -42,8 +42,12 @@ OC.L10N.register( "A problem occurred while sending the email. Please revise your settings." : "Une erreur est survenue lors de l'envoi de l'e-mail. Veuillez vérifier vos paramètres.", "Email sent" : "Email envoyé", "You need to set your user email before being able to send test emails." : "Vous devez configurer votre e-mail d'utilisateur avant de pouvoir envoyer des e-mails de test.", + "Invalid mail address" : "Adresse email non valide", "Unable to create user." : "Impossible de créer l'utilisateur.", + "Your %s account was created" : "Votre compte %s a été créé.", "Unable to delete user." : "Impossible de supprimer l'utilisateur.", + "Invalid user" : "Utilisateur non valide", + "Unable to change mail address" : "Impossible de modifier l'adresse de courriel", "Email saved" : "E-mail sauvegardé", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Êtes-vous vraiment sûr de vouloir ajouter \"{domain}\" comme domaine de confiance ?", "Add trusted domain" : "Ajouter un domaine de confiance", @@ -84,6 +88,7 @@ OC.L10N.register( "A valid username must be provided" : "Un nom d'utilisateur valide doit être saisi", "Error creating user" : "Erreur lors de la création de l'utilisateur", "A valid password must be provided" : "Un mot de passe valide doit être saisi", + "A valid email must be provided" : "Vous devez fournir une adresse de courriel valide", "__language_name__" : "Français", "Personal Info" : "Informations personnelles", "SSL root certificates" : "Certificats racine SSL", @@ -176,6 +181,7 @@ OC.L10N.register( "Update to %s" : "Mettre à niveau vers la version %s", "Enable only for specific groups" : "Activer uniquement pour certains groupes", "Uninstall App" : "Désinstaller l'application", + "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : <a href=\"%s\">%s</a><br><br>", "Cheers!" : "À bientôt !", "Administrator Documentation" : "Documentation administrateur", "Online Documentation" : "Documentation en ligne", @@ -183,6 +189,8 @@ OC.L10N.register( "Bugtracker" : "Suivi de bugs", "Commercial Support" : "Support commercial", "Get the apps to sync your files" : "Obtenez les applications de synchronisation de vos fichiers", + "Android app" : "Application Android", + "iOS app" : "Application iOS", "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Si voulez soutenir le projet, \n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">rejoignez le développement</a>\n\t\tou \n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">parlez-en</a> !", "Show First Run Wizard again" : "Revoir la fenêtre d'accueil affichée lors de votre première connexion", "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Vous utilisez <strong>%s</strong> des <strong>%s<strong> disponibles", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 8964641e6b4b2b0b1125f6b3d0c251139f44f557..8f7bdee5b3f6bea6f54c3faf02b7288e2a48a950 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -40,8 +40,12 @@ "A problem occurred while sending the email. Please revise your settings." : "Une erreur est survenue lors de l'envoi de l'e-mail. Veuillez vérifier vos paramètres.", "Email sent" : "Email envoyé", "You need to set your user email before being able to send test emails." : "Vous devez configurer votre e-mail d'utilisateur avant de pouvoir envoyer des e-mails de test.", + "Invalid mail address" : "Adresse email non valide", "Unable to create user." : "Impossible de créer l'utilisateur.", + "Your %s account was created" : "Votre compte %s a été créé.", "Unable to delete user." : "Impossible de supprimer l'utilisateur.", + "Invalid user" : "Utilisateur non valide", + "Unable to change mail address" : "Impossible de modifier l'adresse de courriel", "Email saved" : "E-mail sauvegardé", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Êtes-vous vraiment sûr de vouloir ajouter \"{domain}\" comme domaine de confiance ?", "Add trusted domain" : "Ajouter un domaine de confiance", @@ -82,6 +86,7 @@ "A valid username must be provided" : "Un nom d'utilisateur valide doit être saisi", "Error creating user" : "Erreur lors de la création de l'utilisateur", "A valid password must be provided" : "Un mot de passe valide doit être saisi", + "A valid email must be provided" : "Vous devez fournir une adresse de courriel valide", "__language_name__" : "Français", "Personal Info" : "Informations personnelles", "SSL root certificates" : "Certificats racine SSL", @@ -174,6 +179,7 @@ "Update to %s" : "Mettre à niveau vers la version %s", "Enable only for specific groups" : "Activer uniquement pour certains groupes", "Uninstall App" : "Désinstaller l'application", + "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : <a href=\"%s\">%s</a><br><br>", "Cheers!" : "À bientôt !", "Administrator Documentation" : "Documentation administrateur", "Online Documentation" : "Documentation en ligne", @@ -181,6 +187,8 @@ "Bugtracker" : "Suivi de bugs", "Commercial Support" : "Support commercial", "Get the apps to sync your files" : "Obtenez les applications de synchronisation de vos fichiers", + "Android app" : "Application Android", + "iOS app" : "Application iOS", "If you want to support the project\n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">join development</a>\n\t\tor\n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">spread the word</a>!" : "Si voulez soutenir le projet, \n\t\t<a href=\"https://owncloud.org/contribute\"\n\t\t\ttarget=\"_blank\">rejoignez le développement</a>\n\t\tou \n\t\t<a href=\"https://owncloud.org/promote\"\n\t\t\ttarget=\"_blank\">parlez-en</a> !", "Show First Run Wizard again" : "Revoir la fenêtre d'accueil affichée lors de votre première connexion", "You have used <strong>%s</strong> of the available <strong>%s</strong>" : "Vous utilisez <strong>%s</strong> des <strong>%s<strong> disponibles",