diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index d8e5c5d824..057ac775a6 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -12,6 +12,9 @@ OC.L10N.register( "More comments..." : "More comments...", "Save" : "Save", "Allowed characters {count} of {max}" : "Allowed characters {count} of {max}", + "Error occurred while retrieving comment with id {id}" : "Error occurred while retrieving comment with id {id}", + "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}", + "Error occurred while posting comment" : "Error occurred while posting comment", "{count} unread comments" : "{count} unread comments", "Comment" : "Comment", "Comments for files (always listed in stream)" : "Comments for files (always listed in stream)", diff --git a/apps/comments/l10n/en_GB.json b/apps/comments/l10n/en_GB.json index ccf4a1338d..13335d5d98 100644 --- a/apps/comments/l10n/en_GB.json +++ b/apps/comments/l10n/en_GB.json @@ -10,6 +10,9 @@ "More comments..." : "More comments...", "Save" : "Save", "Allowed characters {count} of {max}" : "Allowed characters {count} of {max}", + "Error occurred while retrieving comment with id {id}" : "Error occurred while retrieving comment with id {id}", + "Error occurred while updating comment with id {id}" : "Error occurred while updating comment with id {id}", + "Error occurred while posting comment" : "Error occurred while posting comment", "{count} unread comments" : "{count} unread comments", "Comment" : "Comment", "Comments for files (always listed in stream)" : "Comments for files (always listed in stream)", diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 720c9518b2..adb5bc00c1 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -12,6 +12,9 @@ OC.L10N.register( "More comments..." : "Plus de commentaires...", "Save" : "Enregistrer", "Allowed characters {count} of {max}" : "{count} sur {max} caractères autorisés", + "Error occurred while retrieving comment with id {id}" : "Une erreur est survenue lors de la récupération du commentaire avec l'id {id}", + "Error occurred while updating comment with id {id}" : "Une erreur est survenue lors de la mise à jour du commentaire avec l'id {id}", + "Error occurred while posting comment" : "Une erreur est survenue lors de l'envoi du commentaire", "{count} unread comments" : "{count} commentaires non lus", "Comment" : "Commenter", "Comments for files (always listed in stream)" : "Commentaires pour les fichiers (toujours listés dans le flux)", diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json index 25cbfa4daa..9a7dce480c 100644 --- a/apps/comments/l10n/fr.json +++ b/apps/comments/l10n/fr.json @@ -10,6 +10,9 @@ "More comments..." : "Plus de commentaires...", "Save" : "Enregistrer", "Allowed characters {count} of {max}" : "{count} sur {max} caractères autorisés", + "Error occurred while retrieving comment with id {id}" : "Une erreur est survenue lors de la récupération du commentaire avec l'id {id}", + "Error occurred while updating comment with id {id}" : "Une erreur est survenue lors de la mise à jour du commentaire avec l'id {id}", + "Error occurred while posting comment" : "Une erreur est survenue lors de l'envoi du commentaire", "{count} unread comments" : "{count} commentaires non lus", "Comment" : "Commenter", "Comments for files (always listed in stream)" : "Commentaires pour les fichiers (toujours listés dans le flux)", diff --git a/apps/comments/l10n/pt_BR.js b/apps/comments/l10n/pt_BR.js index 173fc5395f..a366f3bcda 100644 --- a/apps/comments/l10n/pt_BR.js +++ b/apps/comments/l10n/pt_BR.js @@ -12,6 +12,9 @@ OC.L10N.register( "More comments..." : "Mais comentários...", "Save" : "Salvar", "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", + "Error occurred while retrieving comment with id {id}" : "Ocorreu um erro ao recuperar comentário com o id {id}", + "Error occurred while updating comment with id {id}" : "Ocorreu um erro durante a atualização do comentário com o id {id}", + "Error occurred while posting comment" : "Ocorreu um erro ao postar o comentário", "{count} unread comments" : "{count} comentários não lidos", "Comment" : "Comentário", "Comments for files (always listed in stream)" : "Comemtários para arquivos (sempre listados no fluxo)", diff --git a/apps/comments/l10n/pt_BR.json b/apps/comments/l10n/pt_BR.json index b20ea2620b..11fa6bc3f6 100644 --- a/apps/comments/l10n/pt_BR.json +++ b/apps/comments/l10n/pt_BR.json @@ -10,6 +10,9 @@ "More comments..." : "Mais comentários...", "Save" : "Salvar", "Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}", + "Error occurred while retrieving comment with id {id}" : "Ocorreu um erro ao recuperar comentário com o id {id}", + "Error occurred while updating comment with id {id}" : "Ocorreu um erro durante a atualização do comentário com o id {id}", + "Error occurred while posting comment" : "Ocorreu um erro ao postar o comentário", "{count} unread comments" : "{count} comentários não lidos", "Comment" : "Comentário", "Comments for files (always listed in stream)" : "Comemtários para arquivos (sempre listados no fluxo)", diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js index 3ee5e1fb4d..c7719d185e 100644 --- a/apps/comments/l10n/ru.js +++ b/apps/comments/l10n/ru.js @@ -12,6 +12,9 @@ OC.L10N.register( "More comments..." : "Ещё комментарии...", "Save" : "Сохранить", "Allowed characters {count} of {max}" : "Допустимых символов {count} из {max}", + "Error occurred while retrieving comment with id {id}" : "Произошла ошибка при извлечении комментария с id {id}", + "Error occurred while updating comment with id {id}" : "Произошла ошибка при обновлении комментария с id {id}", + "Error occurred while posting comment" : "При сохранении комментария произошла ошибка", "{count} unread comments" : "{count} непрочитанных комментариев", "Comment" : "Коментарий", "Comments for files (always listed in stream)" : "Комментарии к файлам (всегда перечислены в потоке)", diff --git a/apps/comments/l10n/ru.json b/apps/comments/l10n/ru.json index fcafda4c9c..3de3e3d8ec 100644 --- a/apps/comments/l10n/ru.json +++ b/apps/comments/l10n/ru.json @@ -10,6 +10,9 @@ "More comments..." : "Ещё комментарии...", "Save" : "Сохранить", "Allowed characters {count} of {max}" : "Допустимых символов {count} из {max}", + "Error occurred while retrieving comment with id {id}" : "Произошла ошибка при извлечении комментария с id {id}", + "Error occurred while updating comment with id {id}" : "Произошла ошибка при обновлении комментария с id {id}", + "Error occurred while posting comment" : "При сохранении комментария произошла ошибка", "{count} unread comments" : "{count} непрочитанных комментариев", "Comment" : "Коментарий", "Comments for files (always listed in stream)" : "Комментарии к файлам (всегда перечислены в потоке)", diff --git a/apps/federatedfilesharing/l10n/fr.js b/apps/federatedfilesharing/l10n/fr.js index 33a1225e89..fc73fe5992 100644 --- a/apps/federatedfilesharing/l10n/fr.js +++ b/apps/federatedfilesharing/l10n/fr.js @@ -7,6 +7,8 @@ OC.L10N.register( "Not allowed to create a federated share with the same user" : "Non autorisé à créer un partage fédéré avec le même utilisateur", "File is already shared with %s" : "Le fichier est déjà partagé avec %s", "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.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Vous recevez \"/%3$s\" comme un partage distant depuis %1$s (au nom de %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Vous recevez \"/%3$s\" comme un partage distant depuis %1$s", "Accept" : "Accepter", "Decline" : "Refuser", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Partagez avec moi grâce à mon identifiant Federated Cloud #owncloud %s", diff --git a/apps/federatedfilesharing/l10n/fr.json b/apps/federatedfilesharing/l10n/fr.json index 3944f33f03..748125645d 100644 --- a/apps/federatedfilesharing/l10n/fr.json +++ b/apps/federatedfilesharing/l10n/fr.json @@ -5,6 +5,8 @@ "Not allowed to create a federated share with the same user" : "Non autorisé à créer un partage fédéré avec le même utilisateur", "File is already shared with %s" : "Le fichier est déjà partagé avec %s", "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.", + "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Vous recevez \"/%3$s\" comme un partage distant depuis %1$s (au nom de %2$s)", + "You received \"/%3$s\" as a remote share from %1$s" : "Vous recevez \"/%3$s\" comme un partage distant depuis %1$s", "Accept" : "Accepter", "Decline" : "Refuser", "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Partagez avec moi grâce à mon identifiant Federated Cloud #owncloud %s", diff --git a/apps/federation/l10n/lb.js b/apps/federation/l10n/lb.js new file mode 100644 index 0000000000..df0f6d5d07 --- /dev/null +++ b/apps/federation/l10n/lb.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "De Server gouf op d'Lëscht vun den zouverlässegen ownClouds gesat.", + "Server is already in the list of trusted servers." : "De Server ass schonn op der Lëscht vun den zouverlässegen Serveren.", + "No ownCloud server found" : "Keen ownCloud Server fonnt", + "Could not add server" : "De Server konnt net derbäi gesat ginn", + "Federation" : "Federatioun", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "D'ownCloud Federatioun erlaabt der fir dech mat aneren zouverlässegen ownClouds ze verbannen an d'Benotzer Verzeechnes auszetauschen. Zum Beispill gëtt dëst hei benotzt fir extern Benotzer automatesch fir federatiivt Deelen ze vervollstännegen.", + "Add server automatically once a federated share was created successfully" : "Setz de Server automatesch derbäi soubal e federativen Undeel erfollegräich erstallt gouf", + "Trusted ownCloud Servers" : "Zouverlässeg ownCloud Serveren", + "+ Add ownCloud server" : "+ ownCloud Server derbäi setzen", + "ownCloud Server" : "ownCloud Server" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federation/l10n/lb.json b/apps/federation/l10n/lb.json new file mode 100644 index 0000000000..03179a4b8e --- /dev/null +++ b/apps/federation/l10n/lb.json @@ -0,0 +1,13 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "De Server gouf op d'Lëscht vun den zouverlässegen ownClouds gesat.", + "Server is already in the list of trusted servers." : "De Server ass schonn op der Lëscht vun den zouverlässegen Serveren.", + "No ownCloud server found" : "Keen ownCloud Server fonnt", + "Could not add server" : "De Server konnt net derbäi gesat ginn", + "Federation" : "Federatioun", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "D'ownCloud Federatioun erlaabt der fir dech mat aneren zouverlässegen ownClouds ze verbannen an d'Benotzer Verzeechnes auszetauschen. Zum Beispill gëtt dëst hei benotzt fir extern Benotzer automatesch fir federatiivt Deelen ze vervollstännegen.", + "Add server automatically once a federated share was created successfully" : "Setz de Server automatesch derbäi soubal e federativen Undeel erfollegräich erstallt gouf", + "Trusted ownCloud Servers" : "Zouverlässeg ownCloud Serveren", + "+ Add ownCloud server" : "+ ownCloud Server derbäi setzen", + "ownCloud Server" : "ownCloud Server" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/lb.js b/apps/files/l10n/lb.js index d7888f9f19..9fa3a0fdfa 100644 --- a/apps/files/l10n/lb.js +++ b/apps/files/l10n/lb.js @@ -29,14 +29,18 @@ OC.L10N.register( "Size" : "Gréisst", "Modified" : "Geännert", "New" : "Nei", + "\"{name}\" is an invalid file name." : "\"{Numm}\" ass een ongültegen Numm fir e Fichier.", + "File name cannot be empty." : "Den Numm vum Fichier kann net eidel sinn.", "Folder" : "Dossier", "New folder" : "Neien Dossier", "Upload" : "Eroplueden", + "Upload (max. %s)" : "Eroplueden (max. %s)", "File handling" : "Fichier handling", "Maximum upload size" : "Maximum Upload Gréisst ", "max. possible: " : "max. méiglech:", "Save" : "Späicheren", "Settings" : "Astellungen", + "No files in here" : "Hei sinn keng Fichieren", "No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt", "Select all" : "All auswielen", "Upload too large" : "Upload ze grouss", diff --git a/apps/files/l10n/lb.json b/apps/files/l10n/lb.json index a736e06570..67da26b1ec 100644 --- a/apps/files/l10n/lb.json +++ b/apps/files/l10n/lb.json @@ -27,14 +27,18 @@ "Size" : "Gréisst", "Modified" : "Geännert", "New" : "Nei", + "\"{name}\" is an invalid file name." : "\"{Numm}\" ass een ongültegen Numm fir e Fichier.", + "File name cannot be empty." : "Den Numm vum Fichier kann net eidel sinn.", "Folder" : "Dossier", "New folder" : "Neien Dossier", "Upload" : "Eroplueden", + "Upload (max. %s)" : "Eroplueden (max. %s)", "File handling" : "Fichier handling", "Maximum upload size" : "Maximum Upload Gréisst ", "max. possible: " : "max. méiglech:", "Save" : "Späicheren", "Settings" : "Astellungen", + "No files in here" : "Hei sinn keng Fichieren", "No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt", "Select all" : "All auswielen", "Upload too large" : "Upload ze grouss", diff --git a/apps/files_external/l10n/lb.js b/apps/files_external/l10n/lb.js index 50bb06ff7f..29014e5519 100644 --- a/apps/files_external/l10n/lb.js +++ b/apps/files_external/l10n/lb.js @@ -15,7 +15,10 @@ OC.L10N.register( "ownCloud" : "ownCloud", "Share" : "Deelen", "Name" : "Numm", + "Enable encryption" : "Verschlësselung aschalten", + "External Storage" : "Externt Lager", "Folder name" : "Dossiers Numm:", + "Advanced settings" : "Erweidert Astellungen", "Delete" : "Läschen" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/lb.json b/apps/files_external/l10n/lb.json index 9f7aa84bb1..ef3f3d2f33 100644 --- a/apps/files_external/l10n/lb.json +++ b/apps/files_external/l10n/lb.json @@ -13,7 +13,10 @@ "ownCloud" : "ownCloud", "Share" : "Deelen", "Name" : "Numm", + "Enable encryption" : "Verschlësselung aschalten", + "External Storage" : "Externt Lager", "Folder name" : "Dossiers Numm:", + "Advanced settings" : "Erweidert Astellungen", "Delete" : "Läschen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/systemtags/l10n/lb.js b/apps/systemtags/l10n/lb.js index aa83421b4f..6af879ce2f 100644 --- a/apps/systemtags/l10n/lb.js +++ b/apps/systemtags/l10n/lb.js @@ -2,6 +2,28 @@ OC.L10N.register( "systemtags", { "Tags" : "Etiketten", + "Tagged files" : "Etikettéiert Fichieren", + "Select tags to filter by" : "Wiel d'Etiketten fir ze siften aus", + "Please select tags to filter by" : "Wiel w.e.g. d'Etiketten fir ze siften aus", + "No files found for the selected tags" : "Keng Fichieren fir d'ausgewielten Etiketten fonnt", + "System tags for a file have been modified" : "System Etiketten fir e Fichier goufen verännert", + "You assigned system tag %3$s" : "Du hues d'System Etikett %3$s zougewisen ", + "%1$s assigned system tag %3$s" : "%1$s zougewise System Etikett %3$s", + "You unassigned system tag %3$s" : "Du hues d'System Etikett %3$s ewechgeholl", + "%1$s unassigned system tag %3$s" : "%1$s System Etikett ewechgeholl %3$s", + "You created system tag %2$s" : "Du hues d'System Etikett %2$s erschafen", + "%1$s created system tag %2$s" : "%1$s System Etikett erschaf %2$s ", + "You deleted system tag %2$s" : "Du hues d'System Etikett %2$s ewechgeholl", + "%1$s deleted system tag %2$s" : "%1$s System Etikett ewechgeholl %2$s", + "You updated system tag %3$s to %2$s" : "Du hues d'System Etikett %3$s op %2$s erneiert", + "%1$s updated system tag %3$s to %2$s" : "%1$s System Etikett erneiert %3$s op %2$s", + "You assigned system tag %3$s to %2$s" : "Du hues d'System Etikett %3$s op %2$s zougewisen", + "%1$s assigned system tag %3$s to %2$s" : "%1$s zougewise System Etikett %3$s op %2$s", + "You unassigned system tag %3$s from %2$s" : "Du hues d'System Etikett %3$s vum %2$s ewechgeholl", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s System Etikett ewechgeholl %3$s vum %2$s", + "%s (restricted)" : "%s (ageschränkt)", + "%s (invisible)" : "%s (onsiichtbar)", + "No files in here" : "Hei sinn keng Fichieren", "No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt", "Name" : "Numm", "Size" : "Gréisst", diff --git a/apps/systemtags/l10n/lb.json b/apps/systemtags/l10n/lb.json index e905615bcd..c94e08b607 100644 --- a/apps/systemtags/l10n/lb.json +++ b/apps/systemtags/l10n/lb.json @@ -1,5 +1,27 @@ { "translations": { "Tags" : "Etiketten", + "Tagged files" : "Etikettéiert Fichieren", + "Select tags to filter by" : "Wiel d'Etiketten fir ze siften aus", + "Please select tags to filter by" : "Wiel w.e.g. d'Etiketten fir ze siften aus", + "No files found for the selected tags" : "Keng Fichieren fir d'ausgewielten Etiketten fonnt", + "System tags for a file have been modified" : "System Etiketten fir e Fichier goufen verännert", + "You assigned system tag %3$s" : "Du hues d'System Etikett %3$s zougewisen ", + "%1$s assigned system tag %3$s" : "%1$s zougewise System Etikett %3$s", + "You unassigned system tag %3$s" : "Du hues d'System Etikett %3$s ewechgeholl", + "%1$s unassigned system tag %3$s" : "%1$s System Etikett ewechgeholl %3$s", + "You created system tag %2$s" : "Du hues d'System Etikett %2$s erschafen", + "%1$s created system tag %2$s" : "%1$s System Etikett erschaf %2$s ", + "You deleted system tag %2$s" : "Du hues d'System Etikett %2$s ewechgeholl", + "%1$s deleted system tag %2$s" : "%1$s System Etikett ewechgeholl %2$s", + "You updated system tag %3$s to %2$s" : "Du hues d'System Etikett %3$s op %2$s erneiert", + "%1$s updated system tag %3$s to %2$s" : "%1$s System Etikett erneiert %3$s op %2$s", + "You assigned system tag %3$s to %2$s" : "Du hues d'System Etikett %3$s op %2$s zougewisen", + "%1$s assigned system tag %3$s to %2$s" : "%1$s zougewise System Etikett %3$s op %2$s", + "You unassigned system tag %3$s from %2$s" : "Du hues d'System Etikett %3$s vum %2$s ewechgeholl", + "%1$s unassigned system tag %3$s from %2$s" : "%1$s System Etikett ewechgeholl %3$s vum %2$s", + "%s (restricted)" : "%s (ageschränkt)", + "%s (invisible)" : "%s (onsiichtbar)", + "No files in here" : "Hei sinn keng Fichieren", "No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt", "Name" : "Numm", "Size" : "Gréisst", diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js index 6138142770..afcc041fa5 100644 --- a/apps/updatenotification/l10n/fr.js +++ b/apps/updatenotification/l10n/fr.js @@ -4,6 +4,7 @@ OC.L10N.register( "Update notifications" : "Notifications de mises à jour", "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.", "Updated channel" : "Canal à jour", + "ownCloud core" : "Base d'ownCloud", "Update for %1$s to version %2$s is available." : "Une mise à jour de %1$s vers la version %2$s est disponible.", "Updater" : "Mises à jour", "A new version is available: %s" : "Une nouvelle version est disponible : %s", @@ -12,6 +13,7 @@ OC.L10N.register( "Checked on %s" : "Vérifié le %s", "Update channel:" : "Canal de mise à jour :", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vous pouvez à tout moment mettre à jour vers une version plus récente ou un canal expérimental. Cependant vous ne pourrez jamais revenir à un canal plus stable.", - "Notify members of the following groups about available updates:" : "Notifier les membres des groupes suivants des mises à jours disponibles :" + "Notify members of the following groups about available updates:" : "Notifier les membres des groupes suivants des mises à jours disponibles :", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Seules les notifications pour le mises à jour d'apllication sont disponibles, car le canal de mise à jour sélectionné pour ownCloud ne propose pas lui-même les mises à jour." }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json index 590c3cbb27..0bd2bb57f8 100644 --- a/apps/updatenotification/l10n/fr.json +++ b/apps/updatenotification/l10n/fr.json @@ -2,6 +2,7 @@ "Update notifications" : "Notifications de mises à jour", "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.", "Updated channel" : "Canal à jour", + "ownCloud core" : "Base d'ownCloud", "Update for %1$s to version %2$s is available." : "Une mise à jour de %1$s vers la version %2$s est disponible.", "Updater" : "Mises à jour", "A new version is available: %s" : "Une nouvelle version est disponible : %s", @@ -10,6 +11,7 @@ "Checked on %s" : "Vérifié le %s", "Update channel:" : "Canal de mise à jour :", "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vous pouvez à tout moment mettre à jour vers une version plus récente ou un canal expérimental. Cependant vous ne pourrez jamais revenir à un canal plus stable.", - "Notify members of the following groups about available updates:" : "Notifier les membres des groupes suivants des mises à jours disponibles :" + "Notify members of the following groups about available updates:" : "Notifier les membres des groupes suivants des mises à jours disponibles :", + "Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications." : "Seules les notifications pour le mises à jour d'apllication sont disponibles, car le canal de mise à jour sélectionné pour ownCloud ne propose pas lui-même les mises à jour." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/lb.js b/core/l10n/lb.js index dfd8e7a0f6..966b5d289a 100644 --- a/core/l10n/lb.js +++ b/core/l10n/lb.js @@ -60,17 +60,27 @@ OC.L10N.register( "Continue" : "Weider", "(all selected)" : "(all ausgewielt)", "({count} selected)" : "({count} ausgewielt)", + "Very weak password" : "Ganz schwaacht Passwuert", + "Weak password" : "Schwaacht Passwuert", + "So-so password" : "La-La Passwuert", + "Good password" : "Gutt Passwuert", + "Strong password" : "Staarkt Passwuert", "Shared" : "Gedeelt", "Error" : "Feeler", "Error while sharing" : "Feeler beim Deelen", "Error while unsharing" : "Feeler beim Annuléiere vum Deelen", "Error setting expiration date" : "Feeler beim Setze vum Verfallsdatum", + "The public link will expire no later than {days} days after it is created" : "Den ëffentleche Link wäert net méi spéit wéi {Deeg} Deeg nodeems et erstallt gouf verfalen ", "Set expiration date" : "Verfallsdatum setzen", + "Expiration" : "Leeft of", "Expiration date" : "Verfallsdatum", + "Choose a password for the public link" : "Wiel e Passwuert fir den ëffentleche Link aus", "Resharing is not allowed" : "Weiderdeelen ass net erlaabt", "Share link" : "Link deelen", + "Link" : "Link", "Password protect" : "Passwuertgeschützt", "Password" : "Passwuert", + "Allow editing" : "Beaarbechten erlaben", "Email link to person" : "Link enger Persoun mailen", "Send" : "Schécken", "Sending ..." : "Gëtt geschéckt...", @@ -78,6 +88,7 @@ OC.L10N.register( "Shared with you and the group {group} by {owner}" : "Gedeelt mat dir an der Grupp {group} vum {owner}", "Shared with you by {owner}" : "Gedeelt mat dir vum {owner}", "group" : "Grupp", + "remote" : "Op Distanz", "notify by email" : "via e-mail Bescheed ginn", "Unshare" : "Net méi deelen", "can share" : "kann deelen", @@ -87,6 +98,7 @@ OC.L10N.register( "delete" : "läschen", "access control" : "Zougrëffskontroll", "Share" : "Deelen", + "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mat Leit vun aneren ownCloud deelen, déi d'Syntax username@example.com/owncloud benotzen", "Warning" : "Warnung", "Delete" : "Läschen", "Rename" : "Ëmbenennen", diff --git a/core/l10n/lb.json b/core/l10n/lb.json index e1cfc10d33..607c3e6abb 100644 --- a/core/l10n/lb.json +++ b/core/l10n/lb.json @@ -58,17 +58,27 @@ "Continue" : "Weider", "(all selected)" : "(all ausgewielt)", "({count} selected)" : "({count} ausgewielt)", + "Very weak password" : "Ganz schwaacht Passwuert", + "Weak password" : "Schwaacht Passwuert", + "So-so password" : "La-La Passwuert", + "Good password" : "Gutt Passwuert", + "Strong password" : "Staarkt Passwuert", "Shared" : "Gedeelt", "Error" : "Feeler", "Error while sharing" : "Feeler beim Deelen", "Error while unsharing" : "Feeler beim Annuléiere vum Deelen", "Error setting expiration date" : "Feeler beim Setze vum Verfallsdatum", + "The public link will expire no later than {days} days after it is created" : "Den ëffentleche Link wäert net méi spéit wéi {Deeg} Deeg nodeems et erstallt gouf verfalen ", "Set expiration date" : "Verfallsdatum setzen", + "Expiration" : "Leeft of", "Expiration date" : "Verfallsdatum", + "Choose a password for the public link" : "Wiel e Passwuert fir den ëffentleche Link aus", "Resharing is not allowed" : "Weiderdeelen ass net erlaabt", "Share link" : "Link deelen", + "Link" : "Link", "Password protect" : "Passwuertgeschützt", "Password" : "Passwuert", + "Allow editing" : "Beaarbechten erlaben", "Email link to person" : "Link enger Persoun mailen", "Send" : "Schécken", "Sending ..." : "Gëtt geschéckt...", @@ -76,6 +86,7 @@ "Shared with you and the group {group} by {owner}" : "Gedeelt mat dir an der Grupp {group} vum {owner}", "Shared with you by {owner}" : "Gedeelt mat dir vum {owner}", "group" : "Grupp", + "remote" : "Op Distanz", "notify by email" : "via e-mail Bescheed ginn", "Unshare" : "Net méi deelen", "can share" : "kann deelen", @@ -85,6 +96,7 @@ "delete" : "läschen", "access control" : "Zougrëffskontroll", "Share" : "Deelen", + "Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Mat Leit vun aneren ownCloud deelen, déi d'Syntax username@example.com/owncloud benotzen", "Warning" : "Warnung", "Delete" : "Läschen", "Rename" : "Ëmbenennen", diff --git a/lib/l10n/lb.js b/lib/l10n/lb.js index d74b2a40c1..0b87fdc1ef 100644 --- a/lib/l10n/lb.js +++ b/lib/l10n/lb.js @@ -19,6 +19,8 @@ OC.L10N.register( "seconds ago" : "Sekonnen hir", "%s shared »%s« with you" : "Den/D' %s huet »%s« mat dir gedeelt", "Apps" : "Applikatiounen", + "A valid username must be provided" : "Et muss e gültegen Benotzernumm ugi ginn", + "A valid password must be provided" : "Et muss e gültegt Passwuert ugi ginn", "Help" : "Hëllef", "Personal" : "Perséinlech", "Users" : "Benotzer", diff --git a/lib/l10n/lb.json b/lib/l10n/lb.json index f1cfbd8858..7015a7cace 100644 --- a/lib/l10n/lb.json +++ b/lib/l10n/lb.json @@ -17,6 +17,8 @@ "seconds ago" : "Sekonnen hir", "%s shared »%s« with you" : "Den/D' %s huet »%s« mat dir gedeelt", "Apps" : "Applikatiounen", + "A valid username must be provided" : "Et muss e gültegen Benotzernumm ugi ginn", + "A valid password must be provided" : "Et muss e gültegt Passwuert ugi ginn", "Help" : "Hëllef", "Personal" : "Perséinlech", "Users" : "Benotzer", diff --git a/settings/l10n/ar.js b/settings/l10n/ar.js index 96eeb9004e..50de7c8795 100644 --- a/settings/l10n/ar.js +++ b/settings/l10n/ar.js @@ -94,9 +94,9 @@ OC.L10N.register( "Language" : "اللغة", "Help translate" : "ساعد في الترجمه", "Name" : "الاسم", + "Username" : "إسم المستخدم", "Get the apps to sync your files" : "احصل على التطبيقات لمزامنة ملفاتك", "Show First Run Wizard again" : "ابدأ خطوات بداية التشغيل من جديد", - "Username" : "إسم المستخدم", "E-Mail" : "بريد إلكتروني", "Create" : "انشئ", "Admin Recovery Password" : "استعادة كلمة المرور للمسؤول", diff --git a/settings/l10n/ar.json b/settings/l10n/ar.json index d7033ff256..e91d8dcc05 100644 --- a/settings/l10n/ar.json +++ b/settings/l10n/ar.json @@ -92,9 +92,9 @@ "Language" : "اللغة", "Help translate" : "ساعد في الترجمه", "Name" : "الاسم", + "Username" : "إسم المستخدم", "Get the apps to sync your files" : "احصل على التطبيقات لمزامنة ملفاتك", "Show First Run Wizard again" : "ابدأ خطوات بداية التشغيل من جديد", - "Username" : "إسم المستخدم", "E-Mail" : "بريد إلكتروني", "Create" : "انشئ", "Admin Recovery Password" : "استعادة كلمة المرور للمسؤول", diff --git a/settings/l10n/ast.js b/settings/l10n/ast.js index 88f5a9c0a1..9a5033e6bb 100644 --- a/settings/l10n/ast.js +++ b/settings/l10n/ast.js @@ -133,12 +133,12 @@ OC.L10N.register( "Language" : "Llingua", "Help translate" : "Ayúdanos nes traducciones", "Name" : "Nome", + "Username" : "Nome d'usuariu", "Get the apps to sync your files" : "Obtener les aplicaciones pa sincronizar ficheros", "Desktop client" : "Cliente d'escritoriu", "Android app" : "Aplicación d'Android", "iOS app" : "Aplicación d'iOS", "Show First Run Wizard again" : "Amosar nuevamente l'Encontu d'execución inicial", - "Username" : "Nome d'usuariu", "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña d'alministración", "Enter the recovery password in order to recover the users files during password change" : "Introduz la contraseña de recuperación col envís de recuperar los ficheros de los usuarios mientres el cambéu de contraseña.", diff --git a/settings/l10n/ast.json b/settings/l10n/ast.json index 70c61c9da5..5578a0efff 100644 --- a/settings/l10n/ast.json +++ b/settings/l10n/ast.json @@ -131,12 +131,12 @@ "Language" : "Llingua", "Help translate" : "Ayúdanos nes traducciones", "Name" : "Nome", + "Username" : "Nome d'usuariu", "Get the apps to sync your files" : "Obtener les aplicaciones pa sincronizar ficheros", "Desktop client" : "Cliente d'escritoriu", "Android app" : "Aplicación d'Android", "iOS app" : "Aplicación d'iOS", "Show First Run Wizard again" : "Amosar nuevamente l'Encontu d'execución inicial", - "Username" : "Nome d'usuariu", "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña d'alministración", "Enter the recovery password in order to recover the users files during password change" : "Introduz la contraseña de recuperación col envís de recuperar los ficheros de los usuarios mientres el cambéu de contraseña.", diff --git a/settings/l10n/az.js b/settings/l10n/az.js index c9de6fb0c3..f8f811d516 100644 --- a/settings/l10n/az.js +++ b/settings/l10n/az.js @@ -186,6 +186,7 @@ OC.L10N.register( "Language" : "Dil", "Help translate" : "Tərcüməyə kömək", "Name" : "Ad", + "Username" : "İstifadəçi adı", "Done" : "Edildi", "Get the apps to sync your files" : "Fayllarınızın sinxronizasiyası üçün proqramları götürün", "Desktop client" : "Desktop client", @@ -199,7 +200,6 @@ OC.L10N.register( "Show user backend" : "Daxili istifadəçini göstər", "Send email to new user" : "Yeni istifadəçiyə məktub yolla", "Show email address" : "Email ünvanını göstər", - "Username" : "İstifadəçi adı", "E-Mail" : "E-Mail", "Create" : "Yarat", "Admin Recovery Password" : "İnzibatçı bərpa şifrəsi", diff --git a/settings/l10n/az.json b/settings/l10n/az.json index 37413d0e37..50bb9278d0 100644 --- a/settings/l10n/az.json +++ b/settings/l10n/az.json @@ -184,6 +184,7 @@ "Language" : "Dil", "Help translate" : "Tərcüməyə kömək", "Name" : "Ad", + "Username" : "İstifadəçi adı", "Done" : "Edildi", "Get the apps to sync your files" : "Fayllarınızın sinxronizasiyası üçün proqramları götürün", "Desktop client" : "Desktop client", @@ -197,7 +198,6 @@ "Show user backend" : "Daxili istifadəçini göstər", "Send email to new user" : "Yeni istifadəçiyə məktub yolla", "Show email address" : "Email ünvanını göstər", - "Username" : "İstifadəçi adı", "E-Mail" : "E-Mail", "Create" : "Yarat", "Admin Recovery Password" : "İnzibatçı bərpa şifrəsi", diff --git a/settings/l10n/bg_BG.js b/settings/l10n/bg_BG.js index 8a41c42474..2a71d1bea0 100644 --- a/settings/l10n/bg_BG.js +++ b/settings/l10n/bg_BG.js @@ -187,6 +187,7 @@ OC.L10N.register( "Language" : "Език", "Help translate" : "Помогни с превода", "Name" : "Име", + "Username" : "Потребителско Име", "Done" : "Завършен", "Get the apps to sync your files" : "Изтегли програми за синхронизиране на файловете ти", "Desktop client" : "Клиент за настолен компютър", @@ -199,7 +200,6 @@ OC.L10N.register( "Show last log in" : "Покажи последно вписване", "Send email to new user" : "Изпращай писмо към нов потребител", "Show email address" : "Покажи адреса на електронната поща", - "Username" : "Потребителско Име", "E-Mail" : "Електронна поща", "Create" : "Създаване", "Admin Recovery Password" : "Възстановяване на Администраторска Парола", diff --git a/settings/l10n/bg_BG.json b/settings/l10n/bg_BG.json index da25c47d90..eadbbd0917 100644 --- a/settings/l10n/bg_BG.json +++ b/settings/l10n/bg_BG.json @@ -185,6 +185,7 @@ "Language" : "Език", "Help translate" : "Помогни с превода", "Name" : "Име", + "Username" : "Потребителско Име", "Done" : "Завършен", "Get the apps to sync your files" : "Изтегли програми за синхронизиране на файловете ти", "Desktop client" : "Клиент за настолен компютър", @@ -197,7 +198,6 @@ "Show last log in" : "Покажи последно вписване", "Send email to new user" : "Изпращай писмо към нов потребител", "Show email address" : "Покажи адреса на електронната поща", - "Username" : "Потребителско Име", "E-Mail" : "Електронна поща", "Create" : "Създаване", "Admin Recovery Password" : "Възстановяване на Администраторска Парола", diff --git a/settings/l10n/bn_BD.js b/settings/l10n/bn_BD.js index d1d0ea94cb..1dff9f04ab 100644 --- a/settings/l10n/bn_BD.js +++ b/settings/l10n/bn_BD.js @@ -63,10 +63,10 @@ OC.L10N.register( "Language" : "ভাষা", "Help translate" : "অনুবাদ করতে সহায়তা করুন", "Name" : "নাম", + "Username" : "ব্যবহারকারী", "Done" : "শেষ হলো", "Get the apps to sync your files" : "আপনার ফাইলসমূহ সিংক করতে অ্যাপস নিন", "Show First Run Wizard again" : "প্রথমবার চালানোর যাদুকর পূনরায় প্রদর্শন কর", - "Username" : "ব্যবহারকারী", "Create" : "তৈরী কর", "Admin Recovery Password" : "প্রশাসক পূণরূদ্ধার কুটশব্দ", "Add Group" : "গ্রুপ যোগ কর", diff --git a/settings/l10n/bn_BD.json b/settings/l10n/bn_BD.json index 7c1df55860..7fadc00d8f 100644 --- a/settings/l10n/bn_BD.json +++ b/settings/l10n/bn_BD.json @@ -61,10 +61,10 @@ "Language" : "ভাষা", "Help translate" : "অনুবাদ করতে সহায়তা করুন", "Name" : "নাম", + "Username" : "ব্যবহারকারী", "Done" : "শেষ হলো", "Get the apps to sync your files" : "আপনার ফাইলসমূহ সিংক করতে অ্যাপস নিন", "Show First Run Wizard again" : "প্রথমবার চালানোর যাদুকর পূনরায় প্রদর্শন কর", - "Username" : "ব্যবহারকারী", "Create" : "তৈরী কর", "Admin Recovery Password" : "প্রশাসক পূণরূদ্ধার কুটশব্দ", "Add Group" : "গ্রুপ যোগ কর", diff --git a/settings/l10n/bn_IN.js b/settings/l10n/bn_IN.js index 641711457c..6f5e0ea6d8 100644 --- a/settings/l10n/bn_IN.js +++ b/settings/l10n/bn_IN.js @@ -5,7 +5,7 @@ OC.L10N.register( "Delete" : "মুছে ফেলা", "Cancel" : "বাতিল করা", "Name" : "নাম", - "Get the apps to sync your files" : "আপনার ফাইল সিঙ্ক করার অ্যাপ পান", - "Username" : "ইউজারনেম" + "Username" : "ইউজারনেম", + "Get the apps to sync your files" : "আপনার ফাইল সিঙ্ক করার অ্যাপ পান" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/bn_IN.json b/settings/l10n/bn_IN.json index 8693dbb8be..323858068e 100644 --- a/settings/l10n/bn_IN.json +++ b/settings/l10n/bn_IN.json @@ -3,7 +3,7 @@ "Delete" : "মুছে ফেলা", "Cancel" : "বাতিল করা", "Name" : "নাম", - "Get the apps to sync your files" : "আপনার ফাইল সিঙ্ক করার অ্যাপ পান", - "Username" : "ইউজারনেম" + "Username" : "ইউজারনেম", + "Get the apps to sync your files" : "আপনার ফাইল সিঙ্ক করার অ্যাপ পান" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/bs.js b/settings/l10n/bs.js index fefc3ef755..f11c7b43ba 100644 --- a/settings/l10n/bs.js +++ b/settings/l10n/bs.js @@ -154,6 +154,7 @@ OC.L10N.register( "Language" : "Jezik", "Help translate" : "Pomozi prevesti", "Name" : "Ime", + "Username" : "Korisničko ime", "Get the apps to sync your files" : "Koristite aplikacije za sinhronizaciju svojih datoteka", "Desktop client" : "Desktop klijent", "Android app" : "Android aplikacija", @@ -164,7 +165,6 @@ OC.L10N.register( "Show user backend" : "Prikaži korisničku pozadinu (backend)", "Send email to new user" : "Pošalji e-poštu novom korisniku", "Show email address" : "Prikaži adresu e-pošte", - "Username" : "Korisničko ime", "E-Mail" : "E-pošta", "Create" : "Kreiraj", "Admin Recovery Password" : "Admin lozinka za oporavak", diff --git a/settings/l10n/bs.json b/settings/l10n/bs.json index 3fc14020f6..09158a27da 100644 --- a/settings/l10n/bs.json +++ b/settings/l10n/bs.json @@ -152,6 +152,7 @@ "Language" : "Jezik", "Help translate" : "Pomozi prevesti", "Name" : "Ime", + "Username" : "Korisničko ime", "Get the apps to sync your files" : "Koristite aplikacije za sinhronizaciju svojih datoteka", "Desktop client" : "Desktop klijent", "Android app" : "Android aplikacija", @@ -162,7 +163,6 @@ "Show user backend" : "Prikaži korisničku pozadinu (backend)", "Send email to new user" : "Pošalji e-poštu novom korisniku", "Show email address" : "Prikaži adresu e-pošte", - "Username" : "Korisničko ime", "E-Mail" : "E-pošta", "Create" : "Kreiraj", "Admin Recovery Password" : "Admin lozinka za oporavak", diff --git a/settings/l10n/ca.js b/settings/l10n/ca.js index 127d268cef..407100a201 100644 --- a/settings/l10n/ca.js +++ b/settings/l10n/ca.js @@ -211,6 +211,7 @@ OC.L10N.register( "Language" : "Idioma", "Help translate" : "Ajudeu-nos amb la traducció", "Name" : "Nom", + "Username" : "Nom d'usuari", "Get the apps to sync your files" : "Obtingueu les aplicacions per sincronitzar els vostres fitxers", "Desktop client" : "Client d'escriptori", "Android app" : "aplicació para Android", @@ -223,7 +224,6 @@ OC.L10N.register( "Show user backend" : "Mostrar backend d'usuari", "Send email to new user" : "Enviar correu electrònic al nou usuari", "Show email address" : "Mostrar l'adreça de correu electrònic", - "Username" : "Nom d'usuari", "E-Mail" : "E-mail", "Create" : "Crea", "Admin Recovery Password" : "Recuperació de contrasenya d'administrador", diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json index 0d43ef445d..f0e4db16ab 100644 --- a/settings/l10n/ca.json +++ b/settings/l10n/ca.json @@ -209,6 +209,7 @@ "Language" : "Idioma", "Help translate" : "Ajudeu-nos amb la traducció", "Name" : "Nom", + "Username" : "Nom d'usuari", "Get the apps to sync your files" : "Obtingueu les aplicacions per sincronitzar els vostres fitxers", "Desktop client" : "Client d'escriptori", "Android app" : "aplicació para Android", @@ -221,7 +222,6 @@ "Show user backend" : "Mostrar backend d'usuari", "Send email to new user" : "Enviar correu electrònic al nou usuari", "Show email address" : "Mostrar l'adreça de correu electrònic", - "Username" : "Nom d'usuari", "E-Mail" : "E-mail", "Create" : "Crea", "Admin Recovery Password" : "Recuperació de contrasenya d'administrador", diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js index 704b1970b1..2485825e0c 100644 --- a/settings/l10n/cs_CZ.js +++ b/settings/l10n/cs_CZ.js @@ -279,6 +279,7 @@ OC.L10N.register( "An app password is a passcode that gives an app or device permissions to access your %s account." : "Heslo aplikace je přihlašovací údaj umožňující aplikaci nebo přístroji přístup k %s účtu.", "App name" : "Jméno aplikace", "Create new app password" : "Vytvořit nové heslo aplikace", + "Username" : "Uživatelské jméno", "Done" : "Dokončeno", "Get the apps to sync your files" : "Získat aplikace pro synchronizaci vašich souborů", "Desktop client" : "Aplikace pro počítač", @@ -292,7 +293,6 @@ OC.L10N.register( "Show user backend" : "Zobrazit uživatelskou podpůrnou vrstvu", "Send email to new user" : "Poslat email novému uživateli", "Show email address" : "Emailová adresa", - "Username" : "Uživatelské jméno", "E-Mail" : "Email", "Create" : "Vytvořit", "Admin Recovery Password" : "Heslo obnovy správce", diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json index 30380cf6e3..d4e206bc9f 100644 --- a/settings/l10n/cs_CZ.json +++ b/settings/l10n/cs_CZ.json @@ -277,6 +277,7 @@ "An app password is a passcode that gives an app or device permissions to access your %s account." : "Heslo aplikace je přihlašovací údaj umožňující aplikaci nebo přístroji přístup k %s účtu.", "App name" : "Jméno aplikace", "Create new app password" : "Vytvořit nové heslo aplikace", + "Username" : "Uživatelské jméno", "Done" : "Dokončeno", "Get the apps to sync your files" : "Získat aplikace pro synchronizaci vašich souborů", "Desktop client" : "Aplikace pro počítač", @@ -290,7 +291,6 @@ "Show user backend" : "Zobrazit uživatelskou podpůrnou vrstvu", "Send email to new user" : "Poslat email novému uživateli", "Show email address" : "Emailová adresa", - "Username" : "Uživatelské jméno", "E-Mail" : "Email", "Create" : "Vytvořit", "Admin Recovery Password" : "Heslo obnovy správce", diff --git a/settings/l10n/da.js b/settings/l10n/da.js index 0e3ba48225..00774a0968 100644 --- a/settings/l10n/da.js +++ b/settings/l10n/da.js @@ -234,6 +234,7 @@ OC.L10N.register( "Language" : "Sprog", "Help translate" : "Hjælp med oversættelsen", "Name" : "Navn", + "Username" : "Brugernavn", "Done" : "Færdig", "Get the apps to sync your files" : "Hent applikationerne for at synkronisere dine filer", "Desktop client" : "Skrivebordsklient", @@ -247,7 +248,6 @@ OC.L10N.register( "Show user backend" : "Vis bruger-backend", "Send email to new user" : "Send e-mail til ny bruger", "Show email address" : "Vis e-mailadresse", - "Username" : "Brugernavn", "E-Mail" : "E-mail", "Create" : "Ny", "Admin Recovery Password" : "Administrator gendannelse kodeord", diff --git a/settings/l10n/da.json b/settings/l10n/da.json index b77cb15564..29bb3f75d0 100644 --- a/settings/l10n/da.json +++ b/settings/l10n/da.json @@ -232,6 +232,7 @@ "Language" : "Sprog", "Help translate" : "Hjælp med oversættelsen", "Name" : "Navn", + "Username" : "Brugernavn", "Done" : "Færdig", "Get the apps to sync your files" : "Hent applikationerne for at synkronisere dine filer", "Desktop client" : "Skrivebordsklient", @@ -245,7 +246,6 @@ "Show user backend" : "Vis bruger-backend", "Send email to new user" : "Send e-mail til ny bruger", "Show email address" : "Vis e-mailadresse", - "Username" : "Brugernavn", "E-Mail" : "E-mail", "Create" : "Ny", "Admin Recovery Password" : "Administrator gendannelse kodeord", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index 26c62170a0..029497ea84 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -279,6 +279,7 @@ OC.L10N.register( "An app password is a passcode that gives an app or device permissions to access your %s account." : "Ein App-Passwort ist ein Passwort, dass einer App oder einem Gerät erlaubt auf Ihren %s-Konto zuzugreifen.", "App name" : "App-Name", "Create new app password" : "Neues App-Passwort erstellen", + "Username" : "Benutzername", "Done" : "Erledigt", "Get the apps to sync your files" : "Lade die Apps zur Synchronisierung Deiner Daten herunter", "Desktop client" : "Desktop-Client", @@ -292,7 +293,6 @@ OC.L10N.register( "Show user backend" : "Benutzer-Backend anzeigen", "Send email to new user" : "E-Mail an neuen Benutzer senden", "Show email address" : "E-Mail-Adresse anzeigen", - "Username" : "Benutzername", "E-Mail" : "E-Mail", "Create" : "Anlegen", "Admin Recovery Password" : "Admin-Wiederherstellungspasswort", diff --git a/settings/l10n/de.json b/settings/l10n/de.json index 3483ac763e..891e031eec 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -277,6 +277,7 @@ "An app password is a passcode that gives an app or device permissions to access your %s account." : "Ein App-Passwort ist ein Passwort, dass einer App oder einem Gerät erlaubt auf Ihren %s-Konto zuzugreifen.", "App name" : "App-Name", "Create new app password" : "Neues App-Passwort erstellen", + "Username" : "Benutzername", "Done" : "Erledigt", "Get the apps to sync your files" : "Lade die Apps zur Synchronisierung Deiner Daten herunter", "Desktop client" : "Desktop-Client", @@ -290,7 +291,6 @@ "Show user backend" : "Benutzer-Backend anzeigen", "Send email to new user" : "E-Mail an neuen Benutzer senden", "Show email address" : "E-Mail-Adresse anzeigen", - "Username" : "Benutzername", "E-Mail" : "E-Mail", "Create" : "Anlegen", "Admin Recovery Password" : "Admin-Wiederherstellungspasswort", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index cb822ea9f8..a40dd56f24 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -279,6 +279,7 @@ OC.L10N.register( "An app password is a passcode that gives an app or device permissions to access your %s account." : "Ein App-Passwort ist ein Passwort, dass einer App oder einem Gerät erlaubt auf Ihren %s-Konto zuzugreifen.", "App name" : "App-Name", "Create new app password" : "Neues App-Passwort erstellen", + "Username" : "Benutzername", "Done" : "Erledigt", "Get the apps to sync your files" : "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren", "Desktop client" : "Desktop-Client", @@ -292,7 +293,6 @@ OC.L10N.register( "Show user backend" : "Benutzer-Backend anzeigen", "Send email to new user" : "E-Mail an neuen Benutzer senden", "Show email address" : "E-Mail Adresse anzeigen", - "Username" : "Benutzername", "E-Mail" : "E-Mail", "Create" : "Erstellen", "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index 0b6e3d7fdc..4cedb8464e 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -277,6 +277,7 @@ "An app password is a passcode that gives an app or device permissions to access your %s account." : "Ein App-Passwort ist ein Passwort, dass einer App oder einem Gerät erlaubt auf Ihren %s-Konto zuzugreifen.", "App name" : "App-Name", "Create new app password" : "Neues App-Passwort erstellen", + "Username" : "Benutzername", "Done" : "Erledigt", "Get the apps to sync your files" : "Installieren Sie die Anwendungen, um Ihre Dateien zu synchronisieren", "Desktop client" : "Desktop-Client", @@ -290,7 +291,6 @@ "Show user backend" : "Benutzer-Backend anzeigen", "Send email to new user" : "E-Mail an neuen Benutzer senden", "Show email address" : "E-Mail Adresse anzeigen", - "Username" : "Benutzername", "E-Mail" : "E-Mail", "Create" : "Erstellen", "Admin Recovery Password" : "Admin-Passwort-Wiederherstellung", diff --git a/settings/l10n/el.js b/settings/l10n/el.js index b79f5efa65..f9f6575438 100644 --- a/settings/l10n/el.js +++ b/settings/l10n/el.js @@ -236,6 +236,7 @@ OC.L10N.register( "Language" : "Γλώσσα", "Help translate" : "Βοηθήστε στη μετάφραση", "Name" : "Όνομα", + "Username" : "Όνομα χρήστη", "Done" : "Ολοκληρώθηκε", "Get the apps to sync your files" : "Λήψη της εφαρμογής για συγχρονισμό των αρχείων σας", "Desktop client" : "Πελάτης σταθερού υπολογιστή", @@ -249,7 +250,6 @@ OC.L10N.register( "Show user backend" : "Εμφάνιση χρήστη συστήματος υποστήριξης", "Send email to new user" : "Αποστολή μηνύματος στο νέο χρήστη", "Show email address" : "Εμφάνιση διεύθυνσης ηλ. αλληλογραφίας", - "Username" : "Όνομα χρήστη", "E-Mail" : "Ηλεκτρονική αλληλογραφία", "Create" : "Δημιουργία", "Admin Recovery Password" : "Κωδικός Επαναφοράς Διαχειριστή ", diff --git a/settings/l10n/el.json b/settings/l10n/el.json index 623294c4f4..f224a5f9a0 100644 --- a/settings/l10n/el.json +++ b/settings/l10n/el.json @@ -234,6 +234,7 @@ "Language" : "Γλώσσα", "Help translate" : "Βοηθήστε στη μετάφραση", "Name" : "Όνομα", + "Username" : "Όνομα χρήστη", "Done" : "Ολοκληρώθηκε", "Get the apps to sync your files" : "Λήψη της εφαρμογής για συγχρονισμό των αρχείων σας", "Desktop client" : "Πελάτης σταθερού υπολογιστή", @@ -247,7 +248,6 @@ "Show user backend" : "Εμφάνιση χρήστη συστήματος υποστήριξης", "Send email to new user" : "Αποστολή μηνύματος στο νέο χρήστη", "Show email address" : "Εμφάνιση διεύθυνσης ηλ. αλληλογραφίας", - "Username" : "Όνομα χρήστη", "E-Mail" : "Ηλεκτρονική αλληλογραφία", "Create" : "Δημιουργία", "Admin Recovery Password" : "Κωδικός Επαναφοράς Διαχειριστή ", diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index f080b59c55..2cd979acba 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -279,6 +279,7 @@ OC.L10N.register( "An app password is a passcode that gives an app or device permissions to access your %s account." : "An app password is a passcode that gives an app or device permissions to access your %s account.", "App name" : "App name", "Create new app password" : "Create new app password", + "Username" : "Username", "Done" : "Done", "Get the apps to sync your files" : "Get the apps to sync your files", "Desktop client" : "Desktop client", @@ -292,7 +293,6 @@ OC.L10N.register( "Show user backend" : "Show user backend", "Send email to new user" : "Send email to new user", "Show email address" : "Show email address", - "Username" : "Username", "E-Mail" : "E-Mail", "Create" : "Create", "Admin Recovery Password" : "Admin Recovery Password", diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json index 203b5fde76..7370315c5f 100644 --- a/settings/l10n/en_GB.json +++ b/settings/l10n/en_GB.json @@ -277,6 +277,7 @@ "An app password is a passcode that gives an app or device permissions to access your %s account." : "An app password is a passcode that gives an app or device permissions to access your %s account.", "App name" : "App name", "Create new app password" : "Create new app password", + "Username" : "Username", "Done" : "Done", "Get the apps to sync your files" : "Get the apps to sync your files", "Desktop client" : "Desktop client", @@ -290,7 +291,6 @@ "Show user backend" : "Show user backend", "Send email to new user" : "Send email to new user", "Show email address" : "Show email address", - "Username" : "Username", "E-Mail" : "E-Mail", "Create" : "Create", "Admin Recovery Password" : "Admin Recovery Password", diff --git a/settings/l10n/eo.js b/settings/l10n/eo.js index 55bad706b8..4c77ddf264 100644 --- a/settings/l10n/eo.js +++ b/settings/l10n/eo.js @@ -125,6 +125,7 @@ OC.L10N.register( "Language" : "Lingvo", "Help translate" : "Helpu traduki", "Name" : "Nomo", + "Username" : "Uzantonomo", "Done" : "Farita", "Get the apps to sync your files" : "Ekhavu la aplikaĵojn por sinkronigi viajn dosierojn", "Desktop client" : "Labortabla kliento", @@ -132,7 +133,6 @@ OC.L10N.register( "iOS app" : "iOS-aplikaĵo", "Show last log in" : "Montri lastan ensaluton", "Show user backend" : "Montri uzantomotoron", - "Username" : "Uzantonomo", "E-Mail" : "Retpoŝtadreso", "Create" : "Krei", "Add Group" : "Aldoni grupon", diff --git a/settings/l10n/eo.json b/settings/l10n/eo.json index dc0d29c1de..e404bae79a 100644 --- a/settings/l10n/eo.json +++ b/settings/l10n/eo.json @@ -123,6 +123,7 @@ "Language" : "Lingvo", "Help translate" : "Helpu traduki", "Name" : "Nomo", + "Username" : "Uzantonomo", "Done" : "Farita", "Get the apps to sync your files" : "Ekhavu la aplikaĵojn por sinkronigi viajn dosierojn", "Desktop client" : "Labortabla kliento", @@ -130,7 +131,6 @@ "iOS app" : "iOS-aplikaĵo", "Show last log in" : "Montri lastan ensaluton", "Show user backend" : "Montri uzantomotoron", - "Username" : "Uzantonomo", "E-Mail" : "Retpoŝtadreso", "Create" : "Krei", "Add Group" : "Aldoni grupon", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 9a16c8ea91..83c49ce8b4 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -274,6 +274,7 @@ OC.L10N.register( "Browser" : "Navegador", "Most recent activity" : "Actividad más reciente", "Name" : "Nombre", + "Username" : "Nombre de usuario", "Done" : "Hecho", "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos", "Desktop client" : "Cliente de escritorio", @@ -287,7 +288,6 @@ OC.L10N.register( "Show user backend" : "Mostrar motor de usuario", "Send email to new user" : "Enviar correo al usuario nuevo", "Show email address" : "Mostrar dirección de correo electrónico", - "Username" : "Nombre de usuario", "E-Mail" : "Correo electrónico", "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña de administración", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index bd9cb270bb..cfe244068e 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -272,6 +272,7 @@ "Browser" : "Navegador", "Most recent activity" : "Actividad más reciente", "Name" : "Nombre", + "Username" : "Nombre de usuario", "Done" : "Hecho", "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos", "Desktop client" : "Cliente de escritorio", @@ -285,7 +286,6 @@ "Show user backend" : "Mostrar motor de usuario", "Send email to new user" : "Enviar correo al usuario nuevo", "Show email address" : "Mostrar dirección de correo electrónico", - "Username" : "Nombre de usuario", "E-Mail" : "Correo electrónico", "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña de administración", diff --git a/settings/l10n/es_AR.js b/settings/l10n/es_AR.js index 7c99d3e5d7..555714a2bf 100644 --- a/settings/l10n/es_AR.js +++ b/settings/l10n/es_AR.js @@ -105,12 +105,12 @@ OC.L10N.register( "Language" : "Idioma", "Help translate" : "Ayudanos a traducir", "Name" : "Nombre", + "Username" : "Nombre de usuario", "Get the apps to sync your files" : "Obtené Apps para sincronizar tus archivos", "Desktop client" : "Cliente de escritorio", "Android app" : "App para Android", "iOS app" : "App para iOS", "Show First Run Wizard again" : "Mostrar de nuevo el asistente de primera ejecución", - "Username" : "Nombre de usuario", "Create" : "Crear", "Admin Recovery Password" : "Recuperación de contraseña de administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresá la contraseña de recuperación para recuperar los archivos de usuario al cambiar contraseña", diff --git a/settings/l10n/es_AR.json b/settings/l10n/es_AR.json index 46cf5526f6..e737a875f6 100644 --- a/settings/l10n/es_AR.json +++ b/settings/l10n/es_AR.json @@ -103,12 +103,12 @@ "Language" : "Idioma", "Help translate" : "Ayudanos a traducir", "Name" : "Nombre", + "Username" : "Nombre de usuario", "Get the apps to sync your files" : "Obtené Apps para sincronizar tus archivos", "Desktop client" : "Cliente de escritorio", "Android app" : "App para Android", "iOS app" : "App para iOS", "Show First Run Wizard again" : "Mostrar de nuevo el asistente de primera ejecución", - "Username" : "Nombre de usuario", "Create" : "Crear", "Admin Recovery Password" : "Recuperación de contraseña de administrador", "Enter the recovery password in order to recover the users files during password change" : "Ingresá la contraseña de recuperación para recuperar los archivos de usuario al cambiar contraseña", diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js index 3472c25389..eaf58bd038 100644 --- a/settings/l10n/es_MX.js +++ b/settings/l10n/es_MX.js @@ -80,9 +80,9 @@ OC.L10N.register( "Language" : "Idioma", "Help translate" : "Ayúdanos a traducir", "Name" : "Nombre", + "Username" : "Nombre de usuario", "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos", "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de ejecución inicial", - "Username" : "Nombre de usuario", "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña de administración", "Enter the recovery password in order to recover the users files during password change" : "Introduzca la contraseña de recuperación a fin de recuperar los archivos de los usuarios durante el cambio de contraseña.", diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json index cefc0f8c6e..daba89fa28 100644 --- a/settings/l10n/es_MX.json +++ b/settings/l10n/es_MX.json @@ -78,9 +78,9 @@ "Language" : "Idioma", "Help translate" : "Ayúdanos a traducir", "Name" : "Nombre", + "Username" : "Nombre de usuario", "Get the apps to sync your files" : "Obtener las aplicaciones para sincronizar sus archivos", "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de ejecución inicial", - "Username" : "Nombre de usuario", "Create" : "Crear", "Admin Recovery Password" : "Recuperación de la contraseña de administración", "Enter the recovery password in order to recover the users files during password change" : "Introduzca la contraseña de recuperación a fin de recuperar los archivos de los usuarios durante el cambio de contraseña.", diff --git a/settings/l10n/et_EE.js b/settings/l10n/et_EE.js index 8448dd500f..0695e03245 100644 --- a/settings/l10n/et_EE.js +++ b/settings/l10n/et_EE.js @@ -200,6 +200,7 @@ OC.L10N.register( "Language" : "Keel", "Help translate" : "Aita tõlkida", "Name" : "Nimi", + "Username" : "Kasutajanimi", "Done" : "Valmis", "Get the apps to sync your files" : "Hangi rakendusi failide sünkroniseerimiseks", "Desktop client" : "Töölaua klient", @@ -210,7 +211,6 @@ OC.L10N.register( "Show last log in" : "Viimane sisselogimine", "Send email to new user" : "Saada uuele kasutajale e-kiri", "Show email address" : "Näita e-posti aadressi", - "Username" : "Kasutajanimi", "E-Mail" : "E-post", "Create" : "Lisa", "Admin Recovery Password" : "Admini parooli taastamine", diff --git a/settings/l10n/et_EE.json b/settings/l10n/et_EE.json index 8d74443002..ff27e1d36a 100644 --- a/settings/l10n/et_EE.json +++ b/settings/l10n/et_EE.json @@ -198,6 +198,7 @@ "Language" : "Keel", "Help translate" : "Aita tõlkida", "Name" : "Nimi", + "Username" : "Kasutajanimi", "Done" : "Valmis", "Get the apps to sync your files" : "Hangi rakendusi failide sünkroniseerimiseks", "Desktop client" : "Töölaua klient", @@ -208,7 +209,6 @@ "Show last log in" : "Viimane sisselogimine", "Send email to new user" : "Saada uuele kasutajale e-kiri", "Show email address" : "Näita e-posti aadressi", - "Username" : "Kasutajanimi", "E-Mail" : "E-post", "Create" : "Lisa", "Admin Recovery Password" : "Admini parooli taastamine", diff --git a/settings/l10n/eu.js b/settings/l10n/eu.js index a8703668ac..636db8cceb 100644 --- a/settings/l10n/eu.js +++ b/settings/l10n/eu.js @@ -164,6 +164,7 @@ OC.L10N.register( "Language" : "Hizkuntza", "Help translate" : "Lagundu itzultzen", "Name" : "Izena", + "Username" : "Erabiltzaile izena", "Done" : "Egina", "Get the apps to sync your files" : "Lortu aplikazioak zure fitxategiak sinkronizatzeko", "Desktop client" : "Mahaigaineko bezeroa", @@ -175,7 +176,6 @@ OC.L10N.register( "Show user backend" : "Bistaratu erabiltzaile motorra", "Send email to new user" : "Bidali eposta erabiltzaile berriari", "Show email address" : "Bistaratu eposta helbidea", - "Username" : "Erabiltzaile izena", "E-Mail" : "E-posta", "Create" : "Sortu", "Admin Recovery Password" : "Administratzailearen pasahitza berreskuratzea", diff --git a/settings/l10n/eu.json b/settings/l10n/eu.json index efb94b66a8..992e2bf911 100644 --- a/settings/l10n/eu.json +++ b/settings/l10n/eu.json @@ -162,6 +162,7 @@ "Language" : "Hizkuntza", "Help translate" : "Lagundu itzultzen", "Name" : "Izena", + "Username" : "Erabiltzaile izena", "Done" : "Egina", "Get the apps to sync your files" : "Lortu aplikazioak zure fitxategiak sinkronizatzeko", "Desktop client" : "Mahaigaineko bezeroa", @@ -173,7 +174,6 @@ "Show user backend" : "Bistaratu erabiltzaile motorra", "Send email to new user" : "Bidali eposta erabiltzaile berriari", "Show email address" : "Bistaratu eposta helbidea", - "Username" : "Erabiltzaile izena", "E-Mail" : "E-posta", "Create" : "Sortu", "Admin Recovery Password" : "Administratzailearen pasahitza berreskuratzea", diff --git a/settings/l10n/fa.js b/settings/l10n/fa.js index 591e7c429c..09c3512832 100644 --- a/settings/l10n/fa.js +++ b/settings/l10n/fa.js @@ -189,6 +189,7 @@ OC.L10N.register( "Language" : "زبان", "Help translate" : "به ترجمه آن کمک کنید", "Name" : "نام", + "Username" : "نام کاربری", "Get the apps to sync your files" : "برنامه ها را دریافت کنید تا فایل هایتان را همگام سازید", "Desktop client" : "نرم افزار دسکتاپ", "Android app" : "اپ اندروید", @@ -198,7 +199,6 @@ OC.L10N.register( "Show last log in" : "نمایش اخرین ورود", "Send email to new user" : "ارسال ایمیل به کاربر جدید", "Show email address" : "نمایش پست الکترونیکی", - "Username" : "نام کاربری", "E-Mail" : "ایمیل", "Create" : "ایجاد کردن", "Admin Recovery Password" : "مدیریت بازیابی رمز عبور", diff --git a/settings/l10n/fa.json b/settings/l10n/fa.json index b1c27a0c26..bfe47d62c6 100644 --- a/settings/l10n/fa.json +++ b/settings/l10n/fa.json @@ -187,6 +187,7 @@ "Language" : "زبان", "Help translate" : "به ترجمه آن کمک کنید", "Name" : "نام", + "Username" : "نام کاربری", "Get the apps to sync your files" : "برنامه ها را دریافت کنید تا فایل هایتان را همگام سازید", "Desktop client" : "نرم افزار دسکتاپ", "Android app" : "اپ اندروید", @@ -196,7 +197,6 @@ "Show last log in" : "نمایش اخرین ورود", "Send email to new user" : "ارسال ایمیل به کاربر جدید", "Show email address" : "نمایش پست الکترونیکی", - "Username" : "نام کاربری", "E-Mail" : "ایمیل", "Create" : "ایجاد کردن", "Admin Recovery Password" : "مدیریت بازیابی رمز عبور", diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js index 2d32dc527f..4edc2128ac 100644 --- a/settings/l10n/fi_FI.js +++ b/settings/l10n/fi_FI.js @@ -264,6 +264,7 @@ OC.L10N.register( "An app password is a passcode that gives an app or device permissions to access your %s account." : "Sovellussalasana on suojakoodi, joka antaa sovellukselle tai laitteelle käyttöoikeuden %s-tiliisi.", "App name" : "Sovelluksen nimi", "Create new app password" : "Luo uusi sovellussalasana", + "Username" : "Käyttäjätunnus", "Done" : "Valmis", "Get the apps to sync your files" : "Aseta sovellukset synkronoimaan tiedostosi", "Desktop client" : "Työpöytäsovellus", @@ -277,7 +278,6 @@ OC.L10N.register( "Show user backend" : "Näytä käyttäjätaustaosa", "Send email to new user" : "Lähetä sähköpostia uudelle käyttäjälle", "Show email address" : "Näytä sähköpostiosoite", - "Username" : "Käyttäjätunnus", "E-Mail" : "Sähköposti", "Create" : "Luo", "Admin Recovery Password" : "Ylläpitäjän palautussalasana", diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json index dddfd1067c..8d7e882579 100644 --- a/settings/l10n/fi_FI.json +++ b/settings/l10n/fi_FI.json @@ -262,6 +262,7 @@ "An app password is a passcode that gives an app or device permissions to access your %s account." : "Sovellussalasana on suojakoodi, joka antaa sovellukselle tai laitteelle käyttöoikeuden %s-tiliisi.", "App name" : "Sovelluksen nimi", "Create new app password" : "Luo uusi sovellussalasana", + "Username" : "Käyttäjätunnus", "Done" : "Valmis", "Get the apps to sync your files" : "Aseta sovellukset synkronoimaan tiedostosi", "Desktop client" : "Työpöytäsovellus", @@ -275,7 +276,6 @@ "Show user backend" : "Näytä käyttäjätaustaosa", "Send email to new user" : "Lähetä sähköpostia uudelle käyttäjälle", "Show email address" : "Näytä sähköpostiosoite", - "Username" : "Käyttäjätunnus", "E-Mail" : "Sähköposti", "Create" : "Luo", "Admin Recovery Password" : "Ylläpitäjän palautussalasana", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index b20ccbe627..ad98f51acf 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -272,6 +272,7 @@ OC.L10N.register( "Browser" : "Navigateur", "Most recent activity" : "Activité la plus récente", "Name" : "Nom", + "Username" : "Nom d'utilisateur", "Done" : "Terminé", "Get the apps to sync your files" : "Obtenez les applications de synchronisation de vos fichiers", "Desktop client" : "Client de bureau", @@ -285,7 +286,6 @@ OC.L10N.register( "Show user backend" : "Montrer la source de l'identifiant", "Send email to new user" : "Envoyer un e-mail aux utilisateurs créés", "Show email address" : "Afficher l'adresse e-mail", - "Username" : "Nom d'utilisateur", "E-Mail" : "E-Mail", "Create" : "Créer", "Admin Recovery Password" : "Mot de passe Administrateur de récupération", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 90e241cfae..fe130ae135 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -270,6 +270,7 @@ "Browser" : "Navigateur", "Most recent activity" : "Activité la plus récente", "Name" : "Nom", + "Username" : "Nom d'utilisateur", "Done" : "Terminé", "Get the apps to sync your files" : "Obtenez les applications de synchronisation de vos fichiers", "Desktop client" : "Client de bureau", @@ -283,7 +284,6 @@ "Show user backend" : "Montrer la source de l'identifiant", "Send email to new user" : "Envoyer un e-mail aux utilisateurs créés", "Show email address" : "Afficher l'adresse e-mail", - "Username" : "Nom d'utilisateur", "E-Mail" : "E-Mail", "Create" : "Créer", "Admin Recovery Password" : "Mot de passe Administrateur de récupération", diff --git a/settings/l10n/gl.js b/settings/l10n/gl.js index d9ecbc1213..aa5f1af099 100644 --- a/settings/l10n/gl.js +++ b/settings/l10n/gl.js @@ -226,6 +226,7 @@ OC.L10N.register( "Language" : "Idioma", "Help translate" : "Axude na tradución", "Name" : "Nome", + "Username" : "Nome de usuario", "Done" : "Feito", "Get the apps to sync your files" : "Obteña as aplicacións para sincronizar os seus ficheiros", "Desktop client" : "Cliente de escritorio", @@ -239,7 +240,6 @@ OC.L10N.register( "Show user backend" : "Amosar a infraestrutura do usuario", "Send email to new user" : "Enviar correo ao novo usuario", "Show email address" : "Amosar o enderezo de correo", - "Username" : "Nome de usuario", "E-Mail" : "Correo-e", "Create" : "Crear", "Admin Recovery Password" : "Contrasinal de recuperación do administrador", diff --git a/settings/l10n/gl.json b/settings/l10n/gl.json index 4cab1d0756..16f44ea74c 100644 --- a/settings/l10n/gl.json +++ b/settings/l10n/gl.json @@ -224,6 +224,7 @@ "Language" : "Idioma", "Help translate" : "Axude na tradución", "Name" : "Nome", + "Username" : "Nome de usuario", "Done" : "Feito", "Get the apps to sync your files" : "Obteña as aplicacións para sincronizar os seus ficheiros", "Desktop client" : "Cliente de escritorio", @@ -237,7 +238,6 @@ "Show user backend" : "Amosar a infraestrutura do usuario", "Send email to new user" : "Enviar correo ao novo usuario", "Show email address" : "Amosar o enderezo de correo", - "Username" : "Nome de usuario", "E-Mail" : "Correo-e", "Create" : "Crear", "Admin Recovery Password" : "Contrasinal de recuperación do administrador", diff --git a/settings/l10n/he.js b/settings/l10n/he.js index 644c3219a4..311e6e898b 100644 --- a/settings/l10n/he.js +++ b/settings/l10n/he.js @@ -279,6 +279,7 @@ OC.L10N.register( "An app password is a passcode that gives an app or device permissions to access your %s account." : "סיסמת יישום הנה קוד סיסמא שמאפשרת ליישום או התקן הרשאות גישה לחשבון %s שלך.", "App name" : "שם יישום", "Create new app password" : "יצירת סיסמת יישום חדשה", + "Username" : "שם משתמש", "Done" : "הסתיים", "Get the apps to sync your files" : "קבלת היישומים לסנכרון הקבצים שלך", "Desktop client" : "מחשב אישי", @@ -292,7 +293,6 @@ OC.L10N.register( "Show user backend" : "הצגת צד אחורי למשתמש", "Send email to new user" : "שליחת דואר אלקטרוני למשתמש חדש", "Show email address" : "הצגת כתובת דואר אלקטרוני", - "Username" : "שם משתמש", "E-Mail" : "דואר אלקטרוני", "Create" : "יצירה", "Admin Recovery Password" : "סיסמת השחזור של המנהל", diff --git a/settings/l10n/he.json b/settings/l10n/he.json index 48953344b8..54de8555fc 100644 --- a/settings/l10n/he.json +++ b/settings/l10n/he.json @@ -277,6 +277,7 @@ "An app password is a passcode that gives an app or device permissions to access your %s account." : "סיסמת יישום הנה קוד סיסמא שמאפשרת ליישום או התקן הרשאות גישה לחשבון %s שלך.", "App name" : "שם יישום", "Create new app password" : "יצירת סיסמת יישום חדשה", + "Username" : "שם משתמש", "Done" : "הסתיים", "Get the apps to sync your files" : "קבלת היישומים לסנכרון הקבצים שלך", "Desktop client" : "מחשב אישי", @@ -290,7 +291,6 @@ "Show user backend" : "הצגת צד אחורי למשתמש", "Send email to new user" : "שליחת דואר אלקטרוני למשתמש חדש", "Show email address" : "הצגת כתובת דואר אלקטרוני", - "Username" : "שם משתמש", "E-Mail" : "דואר אלקטרוני", "Create" : "יצירה", "Admin Recovery Password" : "סיסמת השחזור של המנהל", diff --git a/settings/l10n/hr.js b/settings/l10n/hr.js index 04562940a6..338d94e631 100644 --- a/settings/l10n/hr.js +++ b/settings/l10n/hr.js @@ -135,11 +135,11 @@ OC.L10N.register( "Language" : "Jezik", "Help translate" : "Pomozite prevesti", "Name" : "Naziv", + "Username" : "Korisničko ime", "Get the apps to sync your files" : "Koristite aplikacije za sinkronizaciju svojih datoteka", "Show First Run Wizard again" : "Opet pokažite First Run Wizard", "Show storage location" : "Prikaži mjesto pohrane", "Show last log in" : "Prikaži zadnje spajanje", - "Username" : "Korisničko ime", "Create" : "Kreirajte", "Admin Recovery Password" : "Admin lozinka za oporavak", "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisničke datoteke tijekom promjene lozinke", diff --git a/settings/l10n/hr.json b/settings/l10n/hr.json index 0d06db8f80..569e26f180 100644 --- a/settings/l10n/hr.json +++ b/settings/l10n/hr.json @@ -133,11 +133,11 @@ "Language" : "Jezik", "Help translate" : "Pomozite prevesti", "Name" : "Naziv", + "Username" : "Korisničko ime", "Get the apps to sync your files" : "Koristite aplikacije za sinkronizaciju svojih datoteka", "Show First Run Wizard again" : "Opet pokažite First Run Wizard", "Show storage location" : "Prikaži mjesto pohrane", "Show last log in" : "Prikaži zadnje spajanje", - "Username" : "Korisničko ime", "Create" : "Kreirajte", "Admin Recovery Password" : "Admin lozinka za oporavak", "Enter the recovery password in order to recover the users files during password change" : "Unesite lozinku za oporavak da biste oporavili korisničke datoteke tijekom promjene lozinke", diff --git a/settings/l10n/hu_HU.js b/settings/l10n/hu_HU.js index 396fd13f22..9547e549c6 100644 --- a/settings/l10n/hu_HU.js +++ b/settings/l10n/hu_HU.js @@ -261,6 +261,7 @@ OC.L10N.register( "Language" : "Nyelv", "Help translate" : "Segítsen a fordításban!", "Name" : "Név", + "Username" : "Felhasználónév", "Done" : "Kész", "Get the apps to sync your files" : "Töltse le az állományok szinkronizációjához szükséges programokat!", "Desktop client" : "Asztali kliens", @@ -274,7 +275,6 @@ OC.L10N.register( "Show user backend" : "Felhasználói háttér mutatása", "Send email to new user" : "E-mail küldése az új felhasználónak", "Show email address" : "E-mail cím megjelenítése", - "Username" : "Felhasználónév", "E-Mail" : "E-mail", "Create" : "Létrehozás", "Admin Recovery Password" : "Adminisztrátori jelszó az állományok visszanyerésére", diff --git a/settings/l10n/hu_HU.json b/settings/l10n/hu_HU.json index ea29613851..2fdfc8eb87 100644 --- a/settings/l10n/hu_HU.json +++ b/settings/l10n/hu_HU.json @@ -259,6 +259,7 @@ "Language" : "Nyelv", "Help translate" : "Segítsen a fordításban!", "Name" : "Név", + "Username" : "Felhasználónév", "Done" : "Kész", "Get the apps to sync your files" : "Töltse le az állományok szinkronizációjához szükséges programokat!", "Desktop client" : "Asztali kliens", @@ -272,7 +273,6 @@ "Show user backend" : "Felhasználói háttér mutatása", "Send email to new user" : "E-mail küldése az új felhasználónak", "Show email address" : "E-mail cím megjelenítése", - "Username" : "Felhasználónév", "E-Mail" : "E-mail", "Create" : "Létrehozás", "Admin Recovery Password" : "Adminisztrátori jelszó az állományok visszanyerésére", diff --git a/settings/l10n/ia.js b/settings/l10n/ia.js index e772ddb4e6..0a2d257bc7 100644 --- a/settings/l10n/ia.js +++ b/settings/l10n/ia.js @@ -32,8 +32,8 @@ OC.L10N.register( "Language" : "Linguage", "Help translate" : "Adjuta a traducer", "Name" : "Nomine", - "Get the apps to sync your files" : "Obtene le apps (applicationes) pro synchronizar tu files", "Username" : "Nomine de usator", + "Get the apps to sync your files" : "Obtene le apps (applicationes) pro synchronizar tu files", "Create" : "Crear", "Group" : "Gruppo", "Default Quota" : "Quota predeterminate", diff --git a/settings/l10n/ia.json b/settings/l10n/ia.json index d8b66b0877..aa4fe78d1c 100644 --- a/settings/l10n/ia.json +++ b/settings/l10n/ia.json @@ -30,8 +30,8 @@ "Language" : "Linguage", "Help translate" : "Adjuta a traducer", "Name" : "Nomine", - "Get the apps to sync your files" : "Obtene le apps (applicationes) pro synchronizar tu files", "Username" : "Nomine de usator", + "Get the apps to sync your files" : "Obtene le apps (applicationes) pro synchronizar tu files", "Create" : "Crear", "Group" : "Gruppo", "Default Quota" : "Quota predeterminate", diff --git a/settings/l10n/id.js b/settings/l10n/id.js index fbc5755958..25cd0f3bbd 100644 --- a/settings/l10n/id.js +++ b/settings/l10n/id.js @@ -236,6 +236,7 @@ OC.L10N.register( "Language" : "Bahasa", "Help translate" : "Bantu menerjemahkan", "Name" : "Nama", + "Username" : "Nama pengguna", "Done" : "Selesai", "Get the apps to sync your files" : "Dapatkan aplikasi untuk sinkronisasi berkas Anda", "Desktop client" : "Klien desktop", @@ -249,7 +250,6 @@ OC.L10N.register( "Show user backend" : "Tampilkan pengguna backend", "Send email to new user" : "Kirim email kepada pengguna baru", "Show email address" : "Tampilkan alamat email", - "Username" : "Nama pengguna", "E-Mail" : "E-Mail", "Create" : "Buat", "Admin Recovery Password" : "Sandi pemulihan Admin", diff --git a/settings/l10n/id.json b/settings/l10n/id.json index 7ceb5374db..dcb4303bc9 100644 --- a/settings/l10n/id.json +++ b/settings/l10n/id.json @@ -234,6 +234,7 @@ "Language" : "Bahasa", "Help translate" : "Bantu menerjemahkan", "Name" : "Nama", + "Username" : "Nama pengguna", "Done" : "Selesai", "Get the apps to sync your files" : "Dapatkan aplikasi untuk sinkronisasi berkas Anda", "Desktop client" : "Klien desktop", @@ -247,7 +248,6 @@ "Show user backend" : "Tampilkan pengguna backend", "Send email to new user" : "Kirim email kepada pengguna baru", "Show email address" : "Tampilkan alamat email", - "Username" : "Nama pengguna", "E-Mail" : "E-Mail", "Create" : "Buat", "Admin Recovery Password" : "Sandi pemulihan Admin", diff --git a/settings/l10n/is.js b/settings/l10n/is.js index aa870d28d5..3dd8eaee7c 100644 --- a/settings/l10n/is.js +++ b/settings/l10n/is.js @@ -246,6 +246,7 @@ OC.L10N.register( "Language" : "Tungumál", "Help translate" : "Hjálpa við þýðingu", "Name" : "Heiti", + "Username" : "Notandanafn", "Get the apps to sync your files" : "Náðu í forrit til að samstilla skrárnar þínar", "Desktop client" : "Skjáborðsforrit", "Android app" : "Android-forrit", @@ -258,7 +259,6 @@ OC.L10N.register( "Show user backend" : "Birta bakenda notanda", "Send email to new user" : "Senda tölvupóst til nýs notanda", "Show email address" : "Birta tölvupóstfang", - "Username" : "Notandanafn", "E-Mail" : "Tölvupóstfang", "Create" : "Búa til", "Admin Recovery Password" : "Endurheimtulykilorð kerfisstjóra", diff --git a/settings/l10n/is.json b/settings/l10n/is.json index 0f9291d191..a37cf57d8b 100644 --- a/settings/l10n/is.json +++ b/settings/l10n/is.json @@ -244,6 +244,7 @@ "Language" : "Tungumál", "Help translate" : "Hjálpa við þýðingu", "Name" : "Heiti", + "Username" : "Notandanafn", "Get the apps to sync your files" : "Náðu í forrit til að samstilla skrárnar þínar", "Desktop client" : "Skjáborðsforrit", "Android app" : "Android-forrit", @@ -256,7 +257,6 @@ "Show user backend" : "Birta bakenda notanda", "Send email to new user" : "Senda tölvupóst til nýs notanda", "Show email address" : "Birta tölvupóstfang", - "Username" : "Notandanafn", "E-Mail" : "Tölvupóstfang", "Create" : "Búa til", "Admin Recovery Password" : "Endurheimtulykilorð kerfisstjóra", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index d877b7beaf..6104c0bf3e 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -279,6 +279,7 @@ OC.L10N.register( "An app password is a passcode that gives an app or device permissions to access your %s account." : "Una password di applicazione è un codice di sicurezza che fornisce a un'applicazione o a un dispositivo i permessi per accedere al tuo account %s.", "App name" : "Nome applicazione", "Create new app password" : "Crea nuova password di applicazione", + "Username" : "Nome utente", "Done" : "Completato", "Get the apps to sync your files" : "Scarica le applicazioni per sincronizzare i tuoi file", "Desktop client" : "Client desktop", @@ -292,7 +293,6 @@ OC.L10N.register( "Show user backend" : "Mostra il motore utente", "Send email to new user" : "Invia email al nuovo utente", "Show email address" : "Mostra l'indirizzo email", - "Username" : "Nome utente", "E-Mail" : "Posta elettronica", "Create" : "Crea", "Admin Recovery Password" : "Password di ripristino amministrativa", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index 913fa6706b..f0fac257c4 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -277,6 +277,7 @@ "An app password is a passcode that gives an app or device permissions to access your %s account." : "Una password di applicazione è un codice di sicurezza che fornisce a un'applicazione o a un dispositivo i permessi per accedere al tuo account %s.", "App name" : "Nome applicazione", "Create new app password" : "Crea nuova password di applicazione", + "Username" : "Nome utente", "Done" : "Completato", "Get the apps to sync your files" : "Scarica le applicazioni per sincronizzare i tuoi file", "Desktop client" : "Client desktop", @@ -290,7 +291,6 @@ "Show user backend" : "Mostra il motore utente", "Send email to new user" : "Invia email al nuovo utente", "Show email address" : "Mostra l'indirizzo email", - "Username" : "Nome utente", "E-Mail" : "Posta elettronica", "Create" : "Crea", "Admin Recovery Password" : "Password di ripristino amministrativa", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index d4c8259b2e..1167482751 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -271,6 +271,7 @@ OC.L10N.register( "Browser" : "ブラウザ", "Most recent activity" : "最新のアクティビティ", "Name" : "名前", + "Username" : "ユーザーID", "Done" : "完了", "Get the apps to sync your files" : "ファイルを同期するアプリを取得しましょう", "Desktop client" : "デスクトップクライアント", @@ -284,7 +285,6 @@ OC.L10N.register( "Show user backend" : "ユーザーバックエンドを表示", "Send email to new user" : "新規ユーザーにメールを送信", "Show email address" : "メールアドレスを表示", - "Username" : "ユーザーID", "E-Mail" : "メール", "Create" : "作成", "Admin Recovery Password" : "管理者リカバリパスワード", diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index 6e8279fb49..9d432d85db 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -269,6 +269,7 @@ "Browser" : "ブラウザ", "Most recent activity" : "最新のアクティビティ", "Name" : "名前", + "Username" : "ユーザーID", "Done" : "完了", "Get the apps to sync your files" : "ファイルを同期するアプリを取得しましょう", "Desktop client" : "デスクトップクライアント", @@ -282,7 +283,6 @@ "Show user backend" : "ユーザーバックエンドを表示", "Send email to new user" : "新規ユーザーにメールを送信", "Show email address" : "メールアドレスを表示", - "Username" : "ユーザーID", "E-Mail" : "メール", "Create" : "作成", "Admin Recovery Password" : "管理者リカバリパスワード", diff --git a/settings/l10n/ka_GE.js b/settings/l10n/ka_GE.js index 2d125ba799..0db979f42c 100644 --- a/settings/l10n/ka_GE.js +++ b/settings/l10n/ka_GE.js @@ -55,9 +55,9 @@ OC.L10N.register( "Language" : "ენა", "Help translate" : "თარგმნის დახმარება", "Name" : "სახელი", + "Username" : "მომხმარებლის სახელი", "Get the apps to sync your files" : "აპლიკაცია ფაილების სინქრონიზაციისთვის", "Show First Run Wizard again" : "მაჩვენე თავიდან გაშვებული ვიზარდი", - "Username" : "მომხმარებლის სახელი", "Create" : "შექმნა", "Default Quota" : "საწყისი ქვოტა", "Other" : "სხვა", diff --git a/settings/l10n/ka_GE.json b/settings/l10n/ka_GE.json index 11fb2e4e2d..0f53e61b90 100644 --- a/settings/l10n/ka_GE.json +++ b/settings/l10n/ka_GE.json @@ -53,9 +53,9 @@ "Language" : "ენა", "Help translate" : "თარგმნის დახმარება", "Name" : "სახელი", + "Username" : "მომხმარებლის სახელი", "Get the apps to sync your files" : "აპლიკაცია ფაილების სინქრონიზაციისთვის", "Show First Run Wizard again" : "მაჩვენე თავიდან გაშვებული ვიზარდი", - "Username" : "მომხმარებლის სახელი", "Create" : "შექმნა", "Default Quota" : "საწყისი ქვოტა", "Other" : "სხვა", diff --git a/settings/l10n/km.js b/settings/l10n/km.js index a5de441b36..1b7f59ef23 100644 --- a/settings/l10n/km.js +++ b/settings/l10n/km.js @@ -74,9 +74,9 @@ OC.L10N.register( "Language" : "ភាសា", "Help translate" : "ជួយ​បក​ប្រែ", "Name" : "ឈ្មោះ", + "Username" : "ឈ្មោះ​អ្នកប្រើ", "Get the apps to sync your files" : "ដាក់​អោយកម្មវិធីផ្សេងៗ ​ធ្វើសមកាលកម្ម​ឯកសារ​អ្នក", "Show First Run Wizard again" : "បង្ហាញ First Run Wizard ម្តង​ទៀត", - "Username" : "ឈ្មោះ​អ្នកប្រើ", "Create" : "បង្កើត", "Admin Recovery Password" : "ការ​ស្វែង​រក​ពាក្យ​សម្ងាត់របស់ប្រធាន​វេបសាយ", "Other" : "ផ្សេងៗ", diff --git a/settings/l10n/km.json b/settings/l10n/km.json index 91f83037b4..6b99c49cb8 100644 --- a/settings/l10n/km.json +++ b/settings/l10n/km.json @@ -72,9 +72,9 @@ "Language" : "ភាសា", "Help translate" : "ជួយ​បក​ប្រែ", "Name" : "ឈ្មោះ", + "Username" : "ឈ្មោះ​អ្នកប្រើ", "Get the apps to sync your files" : "ដាក់​អោយកម្មវិធីផ្សេងៗ ​ធ្វើសមកាលកម្ម​ឯកសារ​អ្នក", "Show First Run Wizard again" : "បង្ហាញ First Run Wizard ម្តង​ទៀត", - "Username" : "ឈ្មោះ​អ្នកប្រើ", "Create" : "បង្កើត", "Admin Recovery Password" : "ការ​ស្វែង​រក​ពាក្យ​សម្ងាត់របស់ប្រធាន​វេបសាយ", "Other" : "ផ្សេងៗ", diff --git a/settings/l10n/ko.js b/settings/l10n/ko.js index b78566d33d..4be2d81ee0 100644 --- a/settings/l10n/ko.js +++ b/settings/l10n/ko.js @@ -253,6 +253,7 @@ OC.L10N.register( "Language" : "언어", "Help translate" : "번역 돕기", "Name" : "이름", + "Username" : "사용자 이름", "Done" : "완료", "Get the apps to sync your files" : "파일 동기화 앱 가져오기", "Desktop client" : "데스크톱 클라이언트", @@ -266,7 +267,6 @@ OC.L10N.register( "Show user backend" : "사용자 백엔드 보이기", "Send email to new user" : "새 사용자에게 이메일 보내기", "Show email address" : "이메일 주소 보이기", - "Username" : "사용자 이름", "E-Mail" : "이메일", "Create" : "만들기", "Admin Recovery Password" : "관리자 복구 암호", diff --git a/settings/l10n/ko.json b/settings/l10n/ko.json index 1296a0db26..abf2fa3af3 100644 --- a/settings/l10n/ko.json +++ b/settings/l10n/ko.json @@ -251,6 +251,7 @@ "Language" : "언어", "Help translate" : "번역 돕기", "Name" : "이름", + "Username" : "사용자 이름", "Done" : "완료", "Get the apps to sync your files" : "파일 동기화 앱 가져오기", "Desktop client" : "데스크톱 클라이언트", @@ -264,7 +265,6 @@ "Show user backend" : "사용자 백엔드 보이기", "Send email to new user" : "새 사용자에게 이메일 보내기", "Show email address" : "이메일 주소 보이기", - "Username" : "사용자 이름", "E-Mail" : "이메일", "Create" : "만들기", "Admin Recovery Password" : "관리자 복구 암호", diff --git a/settings/l10n/lb.js b/settings/l10n/lb.js index 42376d8202..80bd1b1fe8 100644 --- a/settings/l10n/lb.js +++ b/settings/l10n/lb.js @@ -2,44 +2,219 @@ OC.L10N.register( "settings", { "Wrong password" : "Falscht Passwuert", + "No user supplied" : "Kee Benotzer ugebueden", "Authentication error" : "Authentifikatioun's Fehler", + "Unable to change password" : "Konnt Passwuert net änneren", "Enabled" : "Aktivéiert", + "Not enabled" : "Net aktivéiert", + "A problem occurred, please check your log files (Error: %s)" : "Et ass e Problem opgetrueden, w.e.g kuckt är Log Fichieren (Feeler: %s)", + "Migration Completed" : "D'Migratioun ass erfëllt", + "Group already exists." : "D'Grupp existéiert schonn", + "Unable to add group." : "Onmeiglech fir d'Grupp beizefügen.", + "Unable to delete group." : "Onmeiglech d'Grupp ze läschen.", + "log-level out of allowed range" : "Log-Level ass ausserhalb vum erlaabte Beräich", "Saved" : "Gespäichert", + "test email settings" : "Test Email Astellungen", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Während dem Schécke vun der Email ass e Problem opgetrueden. W.e.g kuckt är Astellungen no. (Feeler: %s)", "Email sent" : "Email geschéckt", + "You need to set your user email before being able to send test emails." : "Du muss deng Email-Adress konfiguréieren éiers de Test-Maile schécke kanns.", + "Invalid mail address" : "Ongëlteg Email Adress", + "A user with that name already exists." : "E Benotzer mat dësem Numm existéiert schonn.", + "Unable to create user." : "Onméiglech de Benotzer ze erschafen.", + "Your %s account was created" : "Däin %s Kont gouf erschaf", + "Unable to delete user." : "Onmeiglech fir de User zu läschen.", + "Forbidden" : "Net erlaabt", + "Invalid user" : "Ongëltege Benotzer", + "Unable to change mail address" : "Onméiglech d'Email Adress ze änneren.", "Email saved" : "E-mail gespäichert", + "Your full name has been changed." : "Äre ganzen Numm ass geännert ginn.", + "Unable to change full name" : "Onméiglech de ganzen Numm ze änneren.", "APCu" : "APCu", "Redis" : "Redis", + "Security & setup warnings" : "Sécherheets & Konfiguratiouns Warnung", "Sharing" : "Gedeelt", + "Server-side encryption" : "Verschlësselung vun der Säit vum Server", + "External Storage" : "Externt Lager", "Cron" : "Cron", + "Email server" : "Email Server", "Log" : "Log", + "Tips & tricks" : "Tipps & Tricken", "Updates" : "Updates", + "Couldn't remove app." : "D'App konnt net ewechgeholl ginn.", "Language changed" : "Sprooch huet geännert", "Invalid request" : "Ongülteg Requête", "Admins can't remove themself from the admin group" : "Admins kennen sech selwer net aus enger Admin Group läschen.", "Unable to add user to group %s" : "Onmeiglech User an Grupp ze sätzen %s", + "Unable to remove user from group %s" : "Onméiglech fir de Benotzer vum Grupp %s ewech ze huelen", + "Couldn't update app." : "D'App konnt net erweidert ginn.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Bas du wierklech sécher dass de \"{Domän}\" als zouverlässeg Domän derbäi setzen wëlls?", + "Add trusted domain" : "Zouverlässeg Domän derbäi setzen", + "Migration in progress. Please wait until the migration is finished" : "D'Migratioun ass am gaangen. W.e.g waart bis d'Migratioun fäerdeg ass", + "Migration started …" : "D'Migratioun fänkt un ...", + "Sending..." : "Gëtt geschéckt...", + "Official" : "Offiziell", + "Approved" : "Accordéiert", + "Experimental" : "Experimentell", "All" : "All", + "No apps found for your version" : "Et gouf keng App fir deng Versioun fonnt", + "The app will be downloaded from the app store" : "D'App gëtt aus dem App Buttek erofgelueden", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Dës App ass net op Sécherheets Problemer getest ginn an ass nei oder bekannt fir onstabil ze sinn. Installéieren op eegene Risiko.", + "Update to %s" : "Update op %s", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Du hues %n App Aktualiséierung opstoen","Du hues %n App Aktualiséierungen opstoen"], + "Please wait...." : "W.e.g. waarden...", + "Error while disabling app" : "Feeler beim App ofschalten", "Disable" : "Ofschalten", "Enable" : "Aschalten", + "Error while enabling app" : "Feeler beim App aschalten", + "Error: this app cannot be enabled because it makes the server unstable" : "Feeler: Dës App kann net ageschalt ginn well et de Server onstabil mécht", + "Error: could not disable broken app" : "Feeler: déi futti's App kann net ofgeschalt ginn", + "Error while disabling broken app" : "Feller beim Ofschalte vun der futtisser App", + "Updating...." : "Aktualiséieren...", + "Error while updating app" : "Feeler beim Aktualiséiere vun der App", + "Updated" : "Aktualiséiert", + "Uninstalling ...." : "Gëtt desinstalléiert ...", + "Error while uninstalling app" : "Feeler beim App desinstalléieren", + "Uninstall" : "Desinstalléieren", + "App update" : "App Aktualiséierung", + "No apps found for {query}" : "Keng Apps fonnt fir {Ufro}", + "Disconnect" : "Trennen", + "Error while loading browser sessions and device tokens" : "Feeler während d'Browser Sëtzunge an d'Token Geräter gelueden hunn", + "Error while creating device token" : "Feeler beim Erstelle vum Token Gerät", + "Error while deleting the token" : "Feeler beim Läsche vum Token", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Et ass e Feeler opgetrueden. W.e.g. luet een ASCII-encodéierte PEM Zertifikat erop.", + "Valid until {date}" : "Gülteg bis {Datum}", "Delete" : "Läschen", + "An error occurred: {message}" : "Et ass e Fehler opgetrueden: {Noriicht}", + "Select a profile picture" : "Wiel e Profil Bild aus", + "Very weak password" : "Ganz schwaacht Passwuert", + "Weak password" : "Schwaacht Passwuert", + "So-so password" : "La-La Passwuert", + "Good password" : "Gutt Passwuert", + "Strong password" : "Staarkt Passwuert", "Groups" : "Gruppen", - "undo" : "réckgängeg man", - "never" : "ni", + "Unable to delete {objName}" : "Onmeiglech fir {objName} ze läschen", + "Error creating group: {message}" : "Feeler beim Erstelle vun der Grupp: {Noriicht}", + "A valid group name must be provided" : "Et muss e gültege Gruppen Numm ugi ginn", + "deleted {groupName}" : "Geläscht {GruppenNumm}", + "undo" : "Réckgängeg man", + "no group" : "Keng Grupp", + "never" : "Ni", + "deleted {userName}" : "Geläscht {Benotzernumm}", + "add group" : "Grupp bäisetzen", + "Changing the password will result in data loss, because data recovery is not available for this user" : "D'Passwuert ännere wäert e Verloscht vun den Daten provozéiere, well Daten zeréck gewannen ass net disponibel fir dëse Benotzer", + "A valid username must be provided" : "Et muss e gültegen Benotzernumm ugi ginn", + "Error creating user: {message}" : "Feeler beim Erstelle vum Benotzer: {Noriicht}", + "A valid password must be provided" : "Et muss e gültegt Passwuert ugi ginn", + "A valid email must be provided" : "Et muss eng gülteg Emails Adresse ugi ginn", "__language_name__" : "__language_name__", + "Unlimited" : "Onlimitéiert", + "Personal info" : "Perséinlech Informatioun", + "Sessions" : "Sëtzung", + "App passwords" : "App Passwierder", + "Sync clients" : "Sync vun de Clienten", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatal Aspekter, Feeler, Warnungen, Informatiounen, Debug)", + "Info, warnings, errors and fatal issues" : " Informatiounen, Warnungen, Feeler a fatal Aspekter", + "Warnings, errors and fatal issues" : "Warnungen, Feeler a fatal Aspekter", + "Errors and fatal issues" : "Feeler a fatal Aspekter", + "Fatal issues only" : "Nëmmen fatal Aspekter", "None" : "Keng", "Login" : "Login", + "Plain" : "Kloer", + "SSL" : "SSL", + "TLS" : "TLS", + "This means that there might be problems with certain characters in file names." : "Dëst heescht dass Problemer mat bestëmmte Charaktere bei de Fichier Nimm optauche kéinten.", + "All checks passed." : "All d'Tester bestanen.", "Open documentation" : "Dokumentatioun opmaachen", "Allow apps to use the Share API" : "Erlab Apps d'Share API ze benotzen", + "Allow users to share via link" : "De Benotzer d'Deele via Link erlaben", + "Allow public uploads" : "Ëffentlechen Upload erlaaben", + "Enforce password protection" : "Passwuert Schutz forcéieren", + "Set default expiration date" : "E Standard Verfallsdatum setzen", + "Allow users to send mail notification for shared files" : "De Benotzer erlaben Email Notifikatiounen fir gedeelten Fichieren ze schécken", + "Expire after " : "Oflafen nom", "days" : "Deeg", + "Enforce expiration date" : "Verfallsdatum forcéieren", "Allow resharing" : "Resharing erlaben", + "Allow sharing with groups" : "Deele mat Gruppen erlaben", + "Restrict users to only share with users in their groups" : "Benotzer aschränken fir nëmmen mat Benotzer aus hirerem Grupp ze deelen", + "Exclude groups from sharing" : "Gruppe vum Deelen ausschléissen", + "These groups will still be able to receive shares, but not to initiate them." : "Dës Gruppe kënnen weiderhin Undeeler kréien, mee kënnen se net ufänken.", + "Last cron job execution: %s." : "Leschte Cron Job Ausféierung: %s.", + "Last cron job execution: %s. Something seems wrong." : "Leschte Cron Job Ausféierung: %s. Eppes schéngt net ze klappen.", + "Cron was not executed yet!" : "Cron ass nach net ausgefouert ginn!", + "Execute one task with each page loaded" : "Mat all geluedener Säit eng Aufgab ausféieren", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ass als webcron Service registréiert fir cron.php all15 Minutten iwwer http opzeruffen.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Dem System säi Cron Service benotze fir d'Cron.php Fichieren all 15 Minutten opzeruffen.", + "Enable server-side encryption" : "Verschlësselung vun der Säit vum Server erlaaben", + "Please read carefully before activating server-side encryption: " : "W.e.g. lies opmierksam éier d'Verschlësselung vun der Säit vum Server aktivéiert gëtt:", + "Be aware that encryption always increases the file size." : "Sief der bewosst dass Verschlësselung ëmmer d'Gréisst vum Fichier erhéicht.", + "This is the final warning: Do you really want to enable encryption?" : "Dëst ass déi lescht Warnung: Wëlls de wierklech d'Verschlësselung aschalten?", + "Enable encryption" : "Verschlësselung aschalten", + "No encryption module loaded, please enable an encryption module in the app menu." : "Kee Verschlësselungs Modul gelueden, w.e.g. schalt en Verschlësselungs Modul am App Menü an.", + "Select default encryption module:" : "Standard Verschlësselung Modul auswielen:", + "Start migration" : "Migratioun ufänke", + "This is used for sending out notifications." : "Dëst gëtt benotzt fir Notifikatiounen eraus ze schécken.", + "Send mode" : "Verschécke-Modus", + "Encryption" : "Verschlësselung", + "From address" : "Vun der Adresse", + "mail" : "Mail", + "Authentication method" : "Authentifizéierungs Method", "Authentication required" : "Authentifizéierung néideg", "Server address" : "Server Adress", "Port" : "Port", + "SMTP Username" : "SMTP Benotzernumm", + "SMTP Password" : "SMTP Passwuert", + "Test email settings" : "Email Astellungen testen", + "Send email" : "Email schécken", + "Download logfile" : "Log Fichier eroflueden", "More" : "Méi", "Less" : "Manner", + "What to log" : "Wat loggen", + "How to do backups" : "Wéi ee Backup'e mécht", + "Advanced monitoring" : "Erweidert Beobachtung", + "Performance tuning" : "Leeschtungs Optimiséierung", + "Improving the config.php" : "D'Verbesseren vum config.php", + "Version" : "Versioun", + "Developer documentation" : "Entwéckler Dokumentatioun", + "by %s" : "vum %s", + "%s-licensed" : "%s-lizenséiert", + "Documentation:" : "Dokumentatioun:", + "User documentation" : "Benotzer Dokumentatioun", + "Admin documentation" : "Admin Dokumentatioun", + "Visit website" : "D'Websäit besichen", + "Report a bug" : "E Feeler melden", + "Show description …" : "D'Beschreiwung weisen", + "Hide description …" : "D'Beschreiwung verstoppe", + "This app has an update available." : "Et gëtt eng Aktualiséierung fir dës App.", + "Enable only for specific groups" : "Nëmme fir spezifesch Gruppen aschalten", + "Uninstall App" : "D'App desinstalléieren", + "Enable experimental apps" : "Experimentell Apps aschalten", + "SSL Root Certificates" : "SSL Wuerzel Zertifikat", + "Common Name" : "Allgemengen Numm", + "Valid until" : "Gülteg bis", + "Issued By" : "Ausgestallt vum", + "Valid until %s" : "Gülteg bis %s", + "Import root certificate" : "Wuerzel Zertifikat importéieren", "Cheers!" : "Prost!", + "Administrator documentation" : "Administrator Dokumentatioun", + "Online documentation" : "Online Dokumentatioun", + "Forum" : "Forum", + "Issue tracker" : "Aspekter Tracker", + "Commercial support" : "Kommerziell Ennerstëtzung", + "You are using %s of %s" : "Du benotz %s vun %s", + "Profile picture" : "Profil Foto", + "Upload new" : "Nei eroplueden", + "Select from Files" : "Aus de Fichieren wielen", + "Remove image" : "D'Bild läschen", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", + "Picture provided by original account" : "Bild vum Original Kont bereet gestallt", "Cancel" : "Ofbriechen", + "Choose as profile picture" : "Als Profil Foto auswielen", + "Full name" : "Ganzen Numm", + "No display name set" : "Keen Nickname festgesat", "Email" : "Email", "Your email address" : "Deng Email Adress", + "For password recovery and notifications" : "Fir d'Passwuert zeréck ze setzen an Notifikatiounen", "Password" : "Passwuert", "Unable to change your password" : "Konnt däin Passwuert net änneren", "Current password" : "Momentan 't Passwuert", @@ -47,16 +222,42 @@ OC.L10N.register( "Change password" : "Passwuert änneren", "Language" : "Sprooch", "Help translate" : "Hëllef iwwersetzen", + "Browser" : "Browser", + "Most recent activity" : "Rezentsten Aktivitéit", + "You've linked these apps." : "Du hues dës Apps verbonnen", "Name" : "Numm", - "Desktop client" : "Desktop-Programm", + "App name" : "App Numm", + "Create new app password" : "En neit App Passwuert erstellen", + "Username" : "Benotzernumm", + "Done" : "Gemaacht", + "Get the apps to sync your files" : "D'Apps op Fichieren syncen", + "Desktop client" : "Desktop Client", "Android app" : "Android-App", "iOS app" : "iOS-App", - "Username" : "Benotzernumm", + "Show storage location" : "Weis de Lagerungs Uert un", + "Show last log in" : "Leschte Login uweisen", + "Show user backend" : "Backend Benotzer uweisen", + "Send email to new user" : "Eng Email un d'nei Benotzer schécken", + "Show email address" : "Emails Adress uweisen", "E-Mail" : "E-Mail", "Create" : "Erstellen", + "Admin Recovery Password" : "Admin Passwuert zeréck stellen", + "Add Group" : "Grupp bäisetzen", "Group" : "Grupp", + "Everyone" : "Jiddereen", + "Admins" : "Admin", "Default Quota" : "Standard Quota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "W.e.g. gëff Quota vum Lagerungs Uert un (wx. \"512 MB\" oder \"12 GB\")", "Other" : "Aner", - "Quota" : "Quota" + "Full Name" : "Ganzen Numm", + "Group Admin for" : "Gruppen Admin fir", + "Quota" : "Quota", + "Storage Location" : "Lagerungs Uert", + "User Backend" : "Backend Benotzer", + "Last Login" : "Lëschte Login", + "change full name" : "Ganzen Numm änneren", + "set new password" : "Neit Passwuert setzen", + "change email address" : "Emails Adress wiesselen", + "Default" : "Standard" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/lb.json b/settings/l10n/lb.json index d59f06cf83..ae09e23764 100644 --- a/settings/l10n/lb.json +++ b/settings/l10n/lb.json @@ -1,43 +1,218 @@ { "translations": { "Wrong password" : "Falscht Passwuert", + "No user supplied" : "Kee Benotzer ugebueden", "Authentication error" : "Authentifikatioun's Fehler", + "Unable to change password" : "Konnt Passwuert net änneren", "Enabled" : "Aktivéiert", + "Not enabled" : "Net aktivéiert", + "A problem occurred, please check your log files (Error: %s)" : "Et ass e Problem opgetrueden, w.e.g kuckt är Log Fichieren (Feeler: %s)", + "Migration Completed" : "D'Migratioun ass erfëllt", + "Group already exists." : "D'Grupp existéiert schonn", + "Unable to add group." : "Onmeiglech fir d'Grupp beizefügen.", + "Unable to delete group." : "Onmeiglech d'Grupp ze läschen.", + "log-level out of allowed range" : "Log-Level ass ausserhalb vum erlaabte Beräich", "Saved" : "Gespäichert", + "test email settings" : "Test Email Astellungen", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Während dem Schécke vun der Email ass e Problem opgetrueden. W.e.g kuckt är Astellungen no. (Feeler: %s)", "Email sent" : "Email geschéckt", + "You need to set your user email before being able to send test emails." : "Du muss deng Email-Adress konfiguréieren éiers de Test-Maile schécke kanns.", + "Invalid mail address" : "Ongëlteg Email Adress", + "A user with that name already exists." : "E Benotzer mat dësem Numm existéiert schonn.", + "Unable to create user." : "Onméiglech de Benotzer ze erschafen.", + "Your %s account was created" : "Däin %s Kont gouf erschaf", + "Unable to delete user." : "Onmeiglech fir de User zu läschen.", + "Forbidden" : "Net erlaabt", + "Invalid user" : "Ongëltege Benotzer", + "Unable to change mail address" : "Onméiglech d'Email Adress ze änneren.", "Email saved" : "E-mail gespäichert", + "Your full name has been changed." : "Äre ganzen Numm ass geännert ginn.", + "Unable to change full name" : "Onméiglech de ganzen Numm ze änneren.", "APCu" : "APCu", "Redis" : "Redis", + "Security & setup warnings" : "Sécherheets & Konfiguratiouns Warnung", "Sharing" : "Gedeelt", + "Server-side encryption" : "Verschlësselung vun der Säit vum Server", + "External Storage" : "Externt Lager", "Cron" : "Cron", + "Email server" : "Email Server", "Log" : "Log", + "Tips & tricks" : "Tipps & Tricken", "Updates" : "Updates", + "Couldn't remove app." : "D'App konnt net ewechgeholl ginn.", "Language changed" : "Sprooch huet geännert", "Invalid request" : "Ongülteg Requête", "Admins can't remove themself from the admin group" : "Admins kennen sech selwer net aus enger Admin Group läschen.", "Unable to add user to group %s" : "Onmeiglech User an Grupp ze sätzen %s", + "Unable to remove user from group %s" : "Onméiglech fir de Benotzer vum Grupp %s ewech ze huelen", + "Couldn't update app." : "D'App konnt net erweidert ginn.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Bas du wierklech sécher dass de \"{Domän}\" als zouverlässeg Domän derbäi setzen wëlls?", + "Add trusted domain" : "Zouverlässeg Domän derbäi setzen", + "Migration in progress. Please wait until the migration is finished" : "D'Migratioun ass am gaangen. W.e.g waart bis d'Migratioun fäerdeg ass", + "Migration started …" : "D'Migratioun fänkt un ...", + "Sending..." : "Gëtt geschéckt...", + "Official" : "Offiziell", + "Approved" : "Accordéiert", + "Experimental" : "Experimentell", "All" : "All", + "No apps found for your version" : "Et gouf keng App fir deng Versioun fonnt", + "The app will be downloaded from the app store" : "D'App gëtt aus dem App Buttek erofgelueden", + "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Dës App ass net op Sécherheets Problemer getest ginn an ass nei oder bekannt fir onstabil ze sinn. Installéieren op eegene Risiko.", + "Update to %s" : "Update op %s", + "_You have %n app update pending_::_You have %n app updates pending_" : ["Du hues %n App Aktualiséierung opstoen","Du hues %n App Aktualiséierungen opstoen"], + "Please wait...." : "W.e.g. waarden...", + "Error while disabling app" : "Feeler beim App ofschalten", "Disable" : "Ofschalten", "Enable" : "Aschalten", + "Error while enabling app" : "Feeler beim App aschalten", + "Error: this app cannot be enabled because it makes the server unstable" : "Feeler: Dës App kann net ageschalt ginn well et de Server onstabil mécht", + "Error: could not disable broken app" : "Feeler: déi futti's App kann net ofgeschalt ginn", + "Error while disabling broken app" : "Feller beim Ofschalte vun der futtisser App", + "Updating...." : "Aktualiséieren...", + "Error while updating app" : "Feeler beim Aktualiséiere vun der App", + "Updated" : "Aktualiséiert", + "Uninstalling ...." : "Gëtt desinstalléiert ...", + "Error while uninstalling app" : "Feeler beim App desinstalléieren", + "Uninstall" : "Desinstalléieren", + "App update" : "App Aktualiséierung", + "No apps found for {query}" : "Keng Apps fonnt fir {Ufro}", + "Disconnect" : "Trennen", + "Error while loading browser sessions and device tokens" : "Feeler während d'Browser Sëtzunge an d'Token Geräter gelueden hunn", + "Error while creating device token" : "Feeler beim Erstelle vum Token Gerät", + "Error while deleting the token" : "Feeler beim Läsche vum Token", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Et ass e Feeler opgetrueden. W.e.g. luet een ASCII-encodéierte PEM Zertifikat erop.", + "Valid until {date}" : "Gülteg bis {Datum}", "Delete" : "Läschen", + "An error occurred: {message}" : "Et ass e Fehler opgetrueden: {Noriicht}", + "Select a profile picture" : "Wiel e Profil Bild aus", + "Very weak password" : "Ganz schwaacht Passwuert", + "Weak password" : "Schwaacht Passwuert", + "So-so password" : "La-La Passwuert", + "Good password" : "Gutt Passwuert", + "Strong password" : "Staarkt Passwuert", "Groups" : "Gruppen", - "undo" : "réckgängeg man", - "never" : "ni", + "Unable to delete {objName}" : "Onmeiglech fir {objName} ze läschen", + "Error creating group: {message}" : "Feeler beim Erstelle vun der Grupp: {Noriicht}", + "A valid group name must be provided" : "Et muss e gültege Gruppen Numm ugi ginn", + "deleted {groupName}" : "Geläscht {GruppenNumm}", + "undo" : "Réckgängeg man", + "no group" : "Keng Grupp", + "never" : "Ni", + "deleted {userName}" : "Geläscht {Benotzernumm}", + "add group" : "Grupp bäisetzen", + "Changing the password will result in data loss, because data recovery is not available for this user" : "D'Passwuert ännere wäert e Verloscht vun den Daten provozéiere, well Daten zeréck gewannen ass net disponibel fir dëse Benotzer", + "A valid username must be provided" : "Et muss e gültegen Benotzernumm ugi ginn", + "Error creating user: {message}" : "Feeler beim Erstelle vum Benotzer: {Noriicht}", + "A valid password must be provided" : "Et muss e gültegt Passwuert ugi ginn", + "A valid email must be provided" : "Et muss eng gülteg Emails Adresse ugi ginn", "__language_name__" : "__language_name__", + "Unlimited" : "Onlimitéiert", + "Personal info" : "Perséinlech Informatioun", + "Sessions" : "Sëtzung", + "App passwords" : "App Passwierder", + "Sync clients" : "Sync vun de Clienten", + "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatal Aspekter, Feeler, Warnungen, Informatiounen, Debug)", + "Info, warnings, errors and fatal issues" : " Informatiounen, Warnungen, Feeler a fatal Aspekter", + "Warnings, errors and fatal issues" : "Warnungen, Feeler a fatal Aspekter", + "Errors and fatal issues" : "Feeler a fatal Aspekter", + "Fatal issues only" : "Nëmmen fatal Aspekter", "None" : "Keng", "Login" : "Login", + "Plain" : "Kloer", + "SSL" : "SSL", + "TLS" : "TLS", + "This means that there might be problems with certain characters in file names." : "Dëst heescht dass Problemer mat bestëmmte Charaktere bei de Fichier Nimm optauche kéinten.", + "All checks passed." : "All d'Tester bestanen.", "Open documentation" : "Dokumentatioun opmaachen", "Allow apps to use the Share API" : "Erlab Apps d'Share API ze benotzen", + "Allow users to share via link" : "De Benotzer d'Deele via Link erlaben", + "Allow public uploads" : "Ëffentlechen Upload erlaaben", + "Enforce password protection" : "Passwuert Schutz forcéieren", + "Set default expiration date" : "E Standard Verfallsdatum setzen", + "Allow users to send mail notification for shared files" : "De Benotzer erlaben Email Notifikatiounen fir gedeelten Fichieren ze schécken", + "Expire after " : "Oflafen nom", "days" : "Deeg", + "Enforce expiration date" : "Verfallsdatum forcéieren", "Allow resharing" : "Resharing erlaben", + "Allow sharing with groups" : "Deele mat Gruppen erlaben", + "Restrict users to only share with users in their groups" : "Benotzer aschränken fir nëmmen mat Benotzer aus hirerem Grupp ze deelen", + "Exclude groups from sharing" : "Gruppe vum Deelen ausschléissen", + "These groups will still be able to receive shares, but not to initiate them." : "Dës Gruppe kënnen weiderhin Undeeler kréien, mee kënnen se net ufänken.", + "Last cron job execution: %s." : "Leschte Cron Job Ausféierung: %s.", + "Last cron job execution: %s. Something seems wrong." : "Leschte Cron Job Ausféierung: %s. Eppes schéngt net ze klappen.", + "Cron was not executed yet!" : "Cron ass nach net ausgefouert ginn!", + "Execute one task with each page loaded" : "Mat all geluedener Säit eng Aufgab ausféieren", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php ass als webcron Service registréiert fir cron.php all15 Minutten iwwer http opzeruffen.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Dem System säi Cron Service benotze fir d'Cron.php Fichieren all 15 Minutten opzeruffen.", + "Enable server-side encryption" : "Verschlësselung vun der Säit vum Server erlaaben", + "Please read carefully before activating server-side encryption: " : "W.e.g. lies opmierksam éier d'Verschlësselung vun der Säit vum Server aktivéiert gëtt:", + "Be aware that encryption always increases the file size." : "Sief der bewosst dass Verschlësselung ëmmer d'Gréisst vum Fichier erhéicht.", + "This is the final warning: Do you really want to enable encryption?" : "Dëst ass déi lescht Warnung: Wëlls de wierklech d'Verschlësselung aschalten?", + "Enable encryption" : "Verschlësselung aschalten", + "No encryption module loaded, please enable an encryption module in the app menu." : "Kee Verschlësselungs Modul gelueden, w.e.g. schalt en Verschlësselungs Modul am App Menü an.", + "Select default encryption module:" : "Standard Verschlësselung Modul auswielen:", + "Start migration" : "Migratioun ufänke", + "This is used for sending out notifications." : "Dëst gëtt benotzt fir Notifikatiounen eraus ze schécken.", + "Send mode" : "Verschécke-Modus", + "Encryption" : "Verschlësselung", + "From address" : "Vun der Adresse", + "mail" : "Mail", + "Authentication method" : "Authentifizéierungs Method", "Authentication required" : "Authentifizéierung néideg", "Server address" : "Server Adress", "Port" : "Port", + "SMTP Username" : "SMTP Benotzernumm", + "SMTP Password" : "SMTP Passwuert", + "Test email settings" : "Email Astellungen testen", + "Send email" : "Email schécken", + "Download logfile" : "Log Fichier eroflueden", "More" : "Méi", "Less" : "Manner", + "What to log" : "Wat loggen", + "How to do backups" : "Wéi ee Backup'e mécht", + "Advanced monitoring" : "Erweidert Beobachtung", + "Performance tuning" : "Leeschtungs Optimiséierung", + "Improving the config.php" : "D'Verbesseren vum config.php", + "Version" : "Versioun", + "Developer documentation" : "Entwéckler Dokumentatioun", + "by %s" : "vum %s", + "%s-licensed" : "%s-lizenséiert", + "Documentation:" : "Dokumentatioun:", + "User documentation" : "Benotzer Dokumentatioun", + "Admin documentation" : "Admin Dokumentatioun", + "Visit website" : "D'Websäit besichen", + "Report a bug" : "E Feeler melden", + "Show description …" : "D'Beschreiwung weisen", + "Hide description …" : "D'Beschreiwung verstoppe", + "This app has an update available." : "Et gëtt eng Aktualiséierung fir dës App.", + "Enable only for specific groups" : "Nëmme fir spezifesch Gruppen aschalten", + "Uninstall App" : "D'App desinstalléieren", + "Enable experimental apps" : "Experimentell Apps aschalten", + "SSL Root Certificates" : "SSL Wuerzel Zertifikat", + "Common Name" : "Allgemengen Numm", + "Valid until" : "Gülteg bis", + "Issued By" : "Ausgestallt vum", + "Valid until %s" : "Gülteg bis %s", + "Import root certificate" : "Wuerzel Zertifikat importéieren", "Cheers!" : "Prost!", + "Administrator documentation" : "Administrator Dokumentatioun", + "Online documentation" : "Online Dokumentatioun", + "Forum" : "Forum", + "Issue tracker" : "Aspekter Tracker", + "Commercial support" : "Kommerziell Ennerstëtzung", + "You are using %s of %s" : "Du benotz %s vun %s", + "Profile picture" : "Profil Foto", + "Upload new" : "Nei eroplueden", + "Select from Files" : "Aus de Fichieren wielen", + "Remove image" : "D'Bild läschen", + "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", + "Picture provided by original account" : "Bild vum Original Kont bereet gestallt", "Cancel" : "Ofbriechen", + "Choose as profile picture" : "Als Profil Foto auswielen", + "Full name" : "Ganzen Numm", + "No display name set" : "Keen Nickname festgesat", "Email" : "Email", "Your email address" : "Deng Email Adress", + "For password recovery and notifications" : "Fir d'Passwuert zeréck ze setzen an Notifikatiounen", "Password" : "Passwuert", "Unable to change your password" : "Konnt däin Passwuert net änneren", "Current password" : "Momentan 't Passwuert", @@ -45,16 +220,42 @@ "Change password" : "Passwuert änneren", "Language" : "Sprooch", "Help translate" : "Hëllef iwwersetzen", + "Browser" : "Browser", + "Most recent activity" : "Rezentsten Aktivitéit", + "You've linked these apps." : "Du hues dës Apps verbonnen", "Name" : "Numm", - "Desktop client" : "Desktop-Programm", + "App name" : "App Numm", + "Create new app password" : "En neit App Passwuert erstellen", + "Username" : "Benotzernumm", + "Done" : "Gemaacht", + "Get the apps to sync your files" : "D'Apps op Fichieren syncen", + "Desktop client" : "Desktop Client", "Android app" : "Android-App", "iOS app" : "iOS-App", - "Username" : "Benotzernumm", + "Show storage location" : "Weis de Lagerungs Uert un", + "Show last log in" : "Leschte Login uweisen", + "Show user backend" : "Backend Benotzer uweisen", + "Send email to new user" : "Eng Email un d'nei Benotzer schécken", + "Show email address" : "Emails Adress uweisen", "E-Mail" : "E-Mail", "Create" : "Erstellen", + "Admin Recovery Password" : "Admin Passwuert zeréck stellen", + "Add Group" : "Grupp bäisetzen", "Group" : "Grupp", + "Everyone" : "Jiddereen", + "Admins" : "Admin", "Default Quota" : "Standard Quota", + "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "W.e.g. gëff Quota vum Lagerungs Uert un (wx. \"512 MB\" oder \"12 GB\")", "Other" : "Aner", - "Quota" : "Quota" + "Full Name" : "Ganzen Numm", + "Group Admin for" : "Gruppen Admin fir", + "Quota" : "Quota", + "Storage Location" : "Lagerungs Uert", + "User Backend" : "Backend Benotzer", + "Last Login" : "Lëschte Login", + "change full name" : "Ganzen Numm änneren", + "set new password" : "Neit Passwuert setzen", + "change email address" : "Emails Adress wiesselen", + "Default" : "Standard" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/lt_LT.js b/settings/l10n/lt_LT.js index 18b71c4553..139a6f29ef 100644 --- a/settings/l10n/lt_LT.js +++ b/settings/l10n/lt_LT.js @@ -95,12 +95,12 @@ OC.L10N.register( "Language" : "Kalba", "Help translate" : "Padėkite išversti", "Name" : "Pavadinimas", + "Username" : "Prisijungimo vardas", "Get the apps to sync your files" : "Atsisiųskite programėlių, kad sinchronizuotumėte savo failus", "Desktop client" : "Darbastalio klientas", "Android app" : "Android programa", "iOS app" : "iOS programa", "Show First Run Wizard again" : "Rodyti pirmo karto vedlį dar kartą", - "Username" : "Prisijungimo vardas", "Create" : "Sukurti", "Admin Recovery Password" : "Administracinis atkūrimo slaptažodis", "Enter the recovery password in order to recover the users files during password change" : "Įveskite atkūrimo slaptažodį, kad atkurti naudotojo failus keičiant slaptažodį", diff --git a/settings/l10n/lt_LT.json b/settings/l10n/lt_LT.json index 4a26ae8bf7..fb94e1f187 100644 --- a/settings/l10n/lt_LT.json +++ b/settings/l10n/lt_LT.json @@ -93,12 +93,12 @@ "Language" : "Kalba", "Help translate" : "Padėkite išversti", "Name" : "Pavadinimas", + "Username" : "Prisijungimo vardas", "Get the apps to sync your files" : "Atsisiųskite programėlių, kad sinchronizuotumėte savo failus", "Desktop client" : "Darbastalio klientas", "Android app" : "Android programa", "iOS app" : "iOS programa", "Show First Run Wizard again" : "Rodyti pirmo karto vedlį dar kartą", - "Username" : "Prisijungimo vardas", "Create" : "Sukurti", "Admin Recovery Password" : "Administracinis atkūrimo slaptažodis", "Enter the recovery password in order to recover the users files during password change" : "Įveskite atkūrimo slaptažodį, kad atkurti naudotojo failus keičiant slaptažodį", diff --git a/settings/l10n/lv.js b/settings/l10n/lv.js index a24704e636..c27a5c06ac 100644 --- a/settings/l10n/lv.js +++ b/settings/l10n/lv.js @@ -137,6 +137,7 @@ OC.L10N.register( "Language" : "Valoda", "Help translate" : "Palīdzi tulkot", "Name" : "Nosaukums", + "Username" : "Lietotājvārds", "Done" : "Pabeigts", "Get the apps to sync your files" : "Saņem lietotnes, lai sinhronizētu savas datnes", "Desktop client" : "Darbvirsmas klients", @@ -145,7 +146,6 @@ OC.L10N.register( "Show First Run Wizard again" : "Vēlreiz rādīt pirmās palaišanas vedni", "Send email to new user" : "Sūtīt e-pastu jaunajam lietotājam", "Show email address" : "Rādīt e-pasta adreses", - "Username" : "Lietotājvārds", "E-Mail" : "E-pasts", "Create" : "Izveidot", "Admin Recovery Password" : "Administratora atgūšanas parole", diff --git a/settings/l10n/lv.json b/settings/l10n/lv.json index 990d454f2a..d9745171d6 100644 --- a/settings/l10n/lv.json +++ b/settings/l10n/lv.json @@ -135,6 +135,7 @@ "Language" : "Valoda", "Help translate" : "Palīdzi tulkot", "Name" : "Nosaukums", + "Username" : "Lietotājvārds", "Done" : "Pabeigts", "Get the apps to sync your files" : "Saņem lietotnes, lai sinhronizētu savas datnes", "Desktop client" : "Darbvirsmas klients", @@ -143,7 +144,6 @@ "Show First Run Wizard again" : "Vēlreiz rādīt pirmās palaišanas vedni", "Send email to new user" : "Sūtīt e-pastu jaunajam lietotājam", "Show email address" : "Rādīt e-pasta adreses", - "Username" : "Lietotājvārds", "E-Mail" : "E-pasts", "Create" : "Izveidot", "Admin Recovery Password" : "Administratora atgūšanas parole", diff --git a/settings/l10n/mk.js b/settings/l10n/mk.js index 088ea3c14d..8eedc55b6e 100644 --- a/settings/l10n/mk.js +++ b/settings/l10n/mk.js @@ -168,9 +168,9 @@ OC.L10N.register( "Language" : "Јазик", "Help translate" : "Помогни во преводот", "Name" : "Име", + "Username" : "Корисничко име", "Get the apps to sync your files" : "Преземете апликации за синхронизирање на вашите датотеки", "Show First Run Wizard again" : "Прикажи го повторно волшебникот при првото стартување", - "Username" : "Корисничко име", "Create" : "Создај", "Admin Recovery Password" : "Обновување на Admin лозинката", "Add Group" : "Додади група", diff --git a/settings/l10n/mk.json b/settings/l10n/mk.json index 169f2328fb..017cf4b081 100644 --- a/settings/l10n/mk.json +++ b/settings/l10n/mk.json @@ -166,9 +166,9 @@ "Language" : "Јазик", "Help translate" : "Помогни во преводот", "Name" : "Име", + "Username" : "Корисничко име", "Get the apps to sync your files" : "Преземете апликации за синхронизирање на вашите датотеки", "Show First Run Wizard again" : "Прикажи го повторно волшебникот при првото стартување", - "Username" : "Корисничко име", "Create" : "Создај", "Admin Recovery Password" : "Обновување на Admin лозинката", "Add Group" : "Додади група", diff --git a/settings/l10n/mn.js b/settings/l10n/mn.js index 0bc562b05f..6a035bdfb5 100644 --- a/settings/l10n/mn.js +++ b/settings/l10n/mn.js @@ -15,7 +15,7 @@ OC.L10N.register( "All" : "Бүгд", "Email" : "И-мэйл", "Password" : "Нууц үг", - "Done" : "Болсон", - "Username" : "Хэрэглэгчийн нэр" + "Username" : "Хэрэглэгчийн нэр", + "Done" : "Болсон" }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/mn.json b/settings/l10n/mn.json index 1f888f6ef2..f6634fd258 100644 --- a/settings/l10n/mn.json +++ b/settings/l10n/mn.json @@ -13,7 +13,7 @@ "All" : "Бүгд", "Email" : "И-мэйл", "Password" : "Нууц үг", - "Done" : "Болсон", - "Username" : "Хэрэглэгчийн нэр" + "Username" : "Хэрэглэгчийн нэр", + "Done" : "Болсон" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js index faa4e92b02..25a6538d9b 100644 --- a/settings/l10n/nb_NO.js +++ b/settings/l10n/nb_NO.js @@ -262,6 +262,7 @@ OC.L10N.register( "Language" : "Språk", "Help translate" : "Bidra til oversettelsen", "Name" : "Navn", + "Username" : "Brukernavn", "Done" : "Ferdig", "Get the apps to sync your files" : "Hent apper som synkroniserer filene dine", "Desktop client" : "Skrivebordsklient", @@ -275,7 +276,6 @@ OC.L10N.register( "Show user backend" : "Vis bruker-server", "Send email to new user" : "Send e-post til ny bruker", "Show email address" : "Vis e-postadresse", - "Username" : "Brukernavn", "E-Mail" : "E-post", "Create" : "Opprett", "Admin Recovery Password" : "Administrativt gjenopprettingspassord", diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json index d094142fc6..cf6766d862 100644 --- a/settings/l10n/nb_NO.json +++ b/settings/l10n/nb_NO.json @@ -260,6 +260,7 @@ "Language" : "Språk", "Help translate" : "Bidra til oversettelsen", "Name" : "Navn", + "Username" : "Brukernavn", "Done" : "Ferdig", "Get the apps to sync your files" : "Hent apper som synkroniserer filene dine", "Desktop client" : "Skrivebordsklient", @@ -273,7 +274,6 @@ "Show user backend" : "Vis bruker-server", "Send email to new user" : "Send e-post til ny bruker", "Show email address" : "Vis e-postadresse", - "Username" : "Brukernavn", "E-Mail" : "E-post", "Create" : "Opprett", "Admin Recovery Password" : "Administrativt gjenopprettingspassord", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index 3938755e97..800ae67042 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -274,6 +274,7 @@ OC.L10N.register( "Browser" : "Browser", "Most recent activity" : "Meest recente activiteit", "Name" : "Naam", + "Username" : "Gebruikersnaam", "Done" : "Gedaan", "Get the apps to sync your files" : "Download de apps om bestanden te synchroniseren", "Desktop client" : "Desktop client", @@ -287,7 +288,6 @@ OC.L10N.register( "Show user backend" : "Toon backend gebruiker", "Send email to new user" : "Verstuur e-mail aan nieuwe gebruiker", "Show email address" : "Toon e-mailadres", - "Username" : "Gebruikersnaam", "E-Mail" : "E-mail", "Create" : "Aanmaken", "Admin Recovery Password" : "Beheer herstel wachtwoord", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index 696812dc8e..660e4acce5 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -272,6 +272,7 @@ "Browser" : "Browser", "Most recent activity" : "Meest recente activiteit", "Name" : "Naam", + "Username" : "Gebruikersnaam", "Done" : "Gedaan", "Get the apps to sync your files" : "Download de apps om bestanden te synchroniseren", "Desktop client" : "Desktop client", @@ -285,7 +286,6 @@ "Show user backend" : "Toon backend gebruiker", "Send email to new user" : "Verstuur e-mail aan nieuwe gebruiker", "Show email address" : "Toon e-mailadres", - "Username" : "Gebruikersnaam", "E-Mail" : "E-mail", "Create" : "Aanmaken", "Admin Recovery Password" : "Beheer herstel wachtwoord", diff --git a/settings/l10n/nn_NO.js b/settings/l10n/nn_NO.js index 33421d700b..e72e435795 100644 --- a/settings/l10n/nn_NO.js +++ b/settings/l10n/nn_NO.js @@ -68,9 +68,9 @@ OC.L10N.register( "Language" : "Språk", "Help translate" : "Hjelp oss å omsetja", "Name" : "Namn", + "Username" : "Brukarnamn", "Get the apps to sync your files" : "Få app-ar som kan synkronisera filene dine", "Show First Run Wizard again" : "Vis Oppstartvegvisaren igjen", - "Username" : "Brukarnamn", "Create" : "Lag", "Admin Recovery Password" : "Gjenopprettingspassord for administrator", "Enter the recovery password in order to recover the users files during password change" : "Skriv inn gjenopprettingspassordet brukt for å gjenoppretta brukarfilene ved passordendring", diff --git a/settings/l10n/nn_NO.json b/settings/l10n/nn_NO.json index 14b0aea0bc..58da1cecf0 100644 --- a/settings/l10n/nn_NO.json +++ b/settings/l10n/nn_NO.json @@ -66,9 +66,9 @@ "Language" : "Språk", "Help translate" : "Hjelp oss å omsetja", "Name" : "Namn", + "Username" : "Brukarnamn", "Get the apps to sync your files" : "Få app-ar som kan synkronisera filene dine", "Show First Run Wizard again" : "Vis Oppstartvegvisaren igjen", - "Username" : "Brukarnamn", "Create" : "Lag", "Admin Recovery Password" : "Gjenopprettingspassord for administrator", "Enter the recovery password in order to recover the users files during password change" : "Skriv inn gjenopprettingspassordet brukt for å gjenoppretta brukarfilene ved passordendring", diff --git a/settings/l10n/oc.js b/settings/l10n/oc.js index 7ae654d1f4..4cee3292b7 100644 --- a/settings/l10n/oc.js +++ b/settings/l10n/oc.js @@ -237,6 +237,7 @@ OC.L10N.register( "Language" : "Lenga", "Help translate" : "Ajudatz a tradusir", "Name" : "Nom", + "Username" : "Nom d'utilizaire", "Get the apps to sync your files" : "Obtenètz las aplicacions de sincronizacion de vòstres fichièrs", "Desktop client" : "Client de burèu", "Android app" : "Aplicacion Android", @@ -249,7 +250,6 @@ OC.L10N.register( "Show user backend" : "Far veire la font de l'identificant", "Send email to new user" : "Mandar un corrièl als utilizaires creats", "Show email address" : "Afichar l'adreça email", - "Username" : "Nom d'utilizaire", "E-Mail" : "Corrièl", "Create" : "Crear", "Admin Recovery Password" : "Recuperacion del senhal administrator", diff --git a/settings/l10n/oc.json b/settings/l10n/oc.json index dd4eefe026..9a8568a2c7 100644 --- a/settings/l10n/oc.json +++ b/settings/l10n/oc.json @@ -235,6 +235,7 @@ "Language" : "Lenga", "Help translate" : "Ajudatz a tradusir", "Name" : "Nom", + "Username" : "Nom d'utilizaire", "Get the apps to sync your files" : "Obtenètz las aplicacions de sincronizacion de vòstres fichièrs", "Desktop client" : "Client de burèu", "Android app" : "Aplicacion Android", @@ -247,7 +248,6 @@ "Show user backend" : "Far veire la font de l'identificant", "Send email to new user" : "Mandar un corrièl als utilizaires creats", "Show email address" : "Afichar l'adreça email", - "Username" : "Nom d'utilizaire", "E-Mail" : "Corrièl", "Create" : "Crear", "Admin Recovery Password" : "Recuperacion del senhal administrator", diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js index 903b374e0a..733b4a9844 100644 --- a/settings/l10n/pl.js +++ b/settings/l10n/pl.js @@ -196,6 +196,7 @@ OC.L10N.register( "Language" : "Język", "Help translate" : "Pomóż w tłumaczeniu", "Name" : "Nazwa", + "Username" : "Nazwa użytkownika", "Done" : "Ukończono", "Get the apps to sync your files" : "Pobierz aplikacje żeby synchronizować swoje pliki", "Desktop client" : "Klient na komputer", @@ -207,7 +208,6 @@ OC.L10N.register( "Show user backend" : "Pokaż moduł użytkownika", "Send email to new user" : "Wyślij email do nowego użytkownika", "Show email address" : "Pokaż adres email", - "Username" : "Nazwa użytkownika", "E-Mail" : "E-mail", "Create" : "Utwórz", "Admin Recovery Password" : "Odzyskiwanie hasła administratora", diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json index f1c1994dd1..7540d5a6da 100644 --- a/settings/l10n/pl.json +++ b/settings/l10n/pl.json @@ -194,6 +194,7 @@ "Language" : "Język", "Help translate" : "Pomóż w tłumaczeniu", "Name" : "Nazwa", + "Username" : "Nazwa użytkownika", "Done" : "Ukończono", "Get the apps to sync your files" : "Pobierz aplikacje żeby synchronizować swoje pliki", "Desktop client" : "Klient na komputer", @@ -205,7 +206,6 @@ "Show user backend" : "Pokaż moduł użytkownika", "Send email to new user" : "Wyślij email do nowego użytkownika", "Show email address" : "Pokaż adres email", - "Username" : "Nazwa użytkownika", "E-Mail" : "E-mail", "Create" : "Utwórz", "Admin Recovery Password" : "Odzyskiwanie hasła administratora", diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index 3e8c0da81c..3f4cbff71a 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -279,6 +279,7 @@ OC.L10N.register( "An app password is a passcode that gives an app or device permissions to access your %s account." : "A senha do aplicativo é um código de acesso que dá ao aplicativo ou dispositivo permissões para acessar sua conta %s.", "App name" : "Nome do aplicativo", "Create new app password" : "Criar uma nova senha do aplicativo", + "Username" : "Nome de Usuário", "Done" : "Concluída", "Get the apps to sync your files" : "Obtenha apps para sincronizar seus arquivos", "Desktop client" : "Cliente Desktop", @@ -292,7 +293,6 @@ OC.L10N.register( "Show user backend" : "Mostrar administrador do usuário", "Send email to new user" : "Enviar um email para o novo usuário", "Show email address" : "Mostrar o endereço de email", - "Username" : "Nome de Usuário", "E-Mail" : "E-Mail", "Create" : "Criar", "Admin Recovery Password" : "Recuperação da Senha do Administrador", diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index 72f1be2005..249a3e29c0 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -277,6 +277,7 @@ "An app password is a passcode that gives an app or device permissions to access your %s account." : "A senha do aplicativo é um código de acesso que dá ao aplicativo ou dispositivo permissões para acessar sua conta %s.", "App name" : "Nome do aplicativo", "Create new app password" : "Criar uma nova senha do aplicativo", + "Username" : "Nome de Usuário", "Done" : "Concluída", "Get the apps to sync your files" : "Obtenha apps para sincronizar seus arquivos", "Desktop client" : "Cliente Desktop", @@ -290,7 +291,6 @@ "Show user backend" : "Mostrar administrador do usuário", "Send email to new user" : "Enviar um email para o novo usuário", "Show email address" : "Mostrar o endereço de email", - "Username" : "Nome de Usuário", "E-Mail" : "E-Mail", "Create" : "Criar", "Admin Recovery Password" : "Recuperação da Senha do Administrador", diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js index bfadac2bc3..f0c707c132 100644 --- a/settings/l10n/pt_PT.js +++ b/settings/l10n/pt_PT.js @@ -273,6 +273,7 @@ OC.L10N.register( "Browser" : "Navegador", "Most recent activity" : "Atividade mais recente", "Name" : "Nome", + "Username" : "Nome de utilizador", "Done" : "Concluído", "Get the apps to sync your files" : "Obtenha as aplicações para sincronizar os seus ficheiros", "Desktop client" : "Cliente Desktop", @@ -286,7 +287,6 @@ OC.L10N.register( "Show user backend" : "Mostrar interface do utilizador", "Send email to new user" : "Enviar email ao novo utilizador", "Show email address" : "Mostrar endereço de email", - "Username" : "Nome de utilizador", "E-Mail" : "Correio Eletrónico", "Create" : "Criar", "Admin Recovery Password" : "Recuperação da Palavra-passe de Administrador", diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json index cd934850e6..6d0344bdbb 100644 --- a/settings/l10n/pt_PT.json +++ b/settings/l10n/pt_PT.json @@ -271,6 +271,7 @@ "Browser" : "Navegador", "Most recent activity" : "Atividade mais recente", "Name" : "Nome", + "Username" : "Nome de utilizador", "Done" : "Concluído", "Get the apps to sync your files" : "Obtenha as aplicações para sincronizar os seus ficheiros", "Desktop client" : "Cliente Desktop", @@ -284,7 +285,6 @@ "Show user backend" : "Mostrar interface do utilizador", "Send email to new user" : "Enviar email ao novo utilizador", "Show email address" : "Mostrar endereço de email", - "Username" : "Nome de utilizador", "E-Mail" : "Correio Eletrónico", "Create" : "Criar", "Admin Recovery Password" : "Recuperação da Palavra-passe de Administrador", diff --git a/settings/l10n/ro.js b/settings/l10n/ro.js index d0a0b107d0..7284622905 100644 --- a/settings/l10n/ro.js +++ b/settings/l10n/ro.js @@ -199,11 +199,11 @@ OC.L10N.register( "Help translate" : "Ajută la traducere", "Most recent activity" : "Cea mai recentă activitate", "Name" : "Nume", + "Username" : "Nume utilizator", "Get the apps to sync your files" : "Ia acum aplicatia pentru sincronizarea fisierelor ", "Desktop client" : "Client Desktop", "Android app" : "Aplicatie Android", "iOS app" : "Aplicație iOS", - "Username" : "Nume utilizator", "E-Mail" : "Email", "Create" : "Crează", "Admin Recovery Password" : "Parolă de recuperare a Administratorului", diff --git a/settings/l10n/ro.json b/settings/l10n/ro.json index 4f3a30ab5c..2ed3793dce 100644 --- a/settings/l10n/ro.json +++ b/settings/l10n/ro.json @@ -197,11 +197,11 @@ "Help translate" : "Ajută la traducere", "Most recent activity" : "Cea mai recentă activitate", "Name" : "Nume", + "Username" : "Nume utilizator", "Get the apps to sync your files" : "Ia acum aplicatia pentru sincronizarea fisierelor ", "Desktop client" : "Client Desktop", "Android app" : "Aplicatie Android", "iOS app" : "Aplicație iOS", - "Username" : "Nume utilizator", "E-Mail" : "Email", "Create" : "Crează", "Admin Recovery Password" : "Parolă de recuperare a Administratorului", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index d4c952f7bd..824f6f7417 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -279,6 +279,7 @@ OC.L10N.register( "An app password is a passcode that gives an app or device permissions to access your %s account." : "Пароль приложения представляет собой код доступа, который дает приложению или устройству разрешения на доступ к вашему аккаунту %s.", "App name" : "Название приложения", "Create new app password" : "Создать новый пароль для приложения", + "Username" : "Имя пользователя", "Done" : "Выполнено", "Get the apps to sync your files" : "Получить приложения для синхронизации ваших файлов", "Desktop client" : "Клиент для ПК", @@ -292,7 +293,6 @@ OC.L10N.register( "Show user backend" : "Показать механизм учёта пользователей", "Send email to new user" : "Отправлять письмо новому пользователю", "Show email address" : "Показывать адрес электронной почты", - "Username" : "Имя пользователя", "E-Mail" : "Почта", "Create" : "Создать", "Admin Recovery Password" : "Пароль административного восстановления", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index 819a852658..7a84ef3547 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -277,6 +277,7 @@ "An app password is a passcode that gives an app or device permissions to access your %s account." : "Пароль приложения представляет собой код доступа, который дает приложению или устройству разрешения на доступ к вашему аккаунту %s.", "App name" : "Название приложения", "Create new app password" : "Создать новый пароль для приложения", + "Username" : "Имя пользователя", "Done" : "Выполнено", "Get the apps to sync your files" : "Получить приложения для синхронизации ваших файлов", "Desktop client" : "Клиент для ПК", @@ -290,7 +291,6 @@ "Show user backend" : "Показать механизм учёта пользователей", "Send email to new user" : "Отправлять письмо новому пользователю", "Show email address" : "Показывать адрес электронной почты", - "Username" : "Имя пользователя", "E-Mail" : "Почта", "Create" : "Создать", "Admin Recovery Password" : "Пароль административного восстановления", diff --git a/settings/l10n/sk_SK.js b/settings/l10n/sk_SK.js index 4ca631bb8b..c249801c02 100644 --- a/settings/l10n/sk_SK.js +++ b/settings/l10n/sk_SK.js @@ -214,6 +214,7 @@ OC.L10N.register( "Language" : "Jazyk", "Help translate" : "Pomôcť s prekladom", "Name" : "Názov", + "Username" : "Používateľské meno", "Done" : "Hotovo", "Get the apps to sync your files" : "Získať aplikácie na synchronizáciu vašich súborov", "Desktop client" : "Desktopový klient", @@ -227,7 +228,6 @@ OC.L10N.register( "Show user backend" : "Zobraziť backend používateľa", "Send email to new user" : "Odoslať email novému používateľovi", "Show email address" : "Zobraziť emailovú adresu", - "Username" : "Používateľské meno", "E-Mail" : "email", "Create" : "Vytvoriť", "Admin Recovery Password" : "Obnovenie hesla administrátora", diff --git a/settings/l10n/sk_SK.json b/settings/l10n/sk_SK.json index fbb0a5fe24..383795d6f3 100644 --- a/settings/l10n/sk_SK.json +++ b/settings/l10n/sk_SK.json @@ -212,6 +212,7 @@ "Language" : "Jazyk", "Help translate" : "Pomôcť s prekladom", "Name" : "Názov", + "Username" : "Používateľské meno", "Done" : "Hotovo", "Get the apps to sync your files" : "Získať aplikácie na synchronizáciu vašich súborov", "Desktop client" : "Desktopový klient", @@ -225,7 +226,6 @@ "Show user backend" : "Zobraziť backend používateľa", "Send email to new user" : "Odoslať email novému používateľovi", "Show email address" : "Zobraziť emailovú adresu", - "Username" : "Používateľské meno", "E-Mail" : "email", "Create" : "Vytvoriť", "Admin Recovery Password" : "Obnovenie hesla administrátora", diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js index f75df25d7f..fb5bacf721 100644 --- a/settings/l10n/sl.js +++ b/settings/l10n/sl.js @@ -236,6 +236,7 @@ OC.L10N.register( "Browser" : "Brskalnik", "Most recent activity" : "Zadnja dejavnost", "Name" : "Ime", + "Username" : "Uporabniško ime", "Done" : "Končano", "Get the apps to sync your files" : "Pridobi programe za usklajevanje datotek", "Desktop client" : "Namizni odjemalec", @@ -249,7 +250,6 @@ OC.L10N.register( "Show user backend" : "Pokaži ozadnji program", "Send email to new user" : "Pošlji sporočilo novemu uporabniku", "Show email address" : "Pokaži naslov elektronske pošte", - "Username" : "Uporabniško ime", "E-Mail" : "Elektronska pošta", "Create" : "Ustvari", "Admin Recovery Password" : "Obnovitev skrbniškega gesla", diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json index b7eb34f46f..495206d568 100644 --- a/settings/l10n/sl.json +++ b/settings/l10n/sl.json @@ -234,6 +234,7 @@ "Browser" : "Brskalnik", "Most recent activity" : "Zadnja dejavnost", "Name" : "Ime", + "Username" : "Uporabniško ime", "Done" : "Končano", "Get the apps to sync your files" : "Pridobi programe za usklajevanje datotek", "Desktop client" : "Namizni odjemalec", @@ -247,7 +248,6 @@ "Show user backend" : "Pokaži ozadnji program", "Send email to new user" : "Pošlji sporočilo novemu uporabniku", "Show email address" : "Pokaži naslov elektronske pošte", - "Username" : "Uporabniško ime", "E-Mail" : "Elektronska pošta", "Create" : "Ustvari", "Admin Recovery Password" : "Obnovitev skrbniškega gesla", diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js index dc949a0672..f2e96691e2 100644 --- a/settings/l10n/sq.js +++ b/settings/l10n/sq.js @@ -279,6 +279,7 @@ OC.L10N.register( "An app password is a passcode that gives an app or device permissions to access your %s account." : "Fjalëkalimet e aplikacioneve janë kodkalime që u japin leje një aplikacioni ose pajisjeje të hyjnë në llogarinë tuaj %s.", "App name" : "Emër aplikacioni", "Create new app password" : "Krijoni fjalëkalim aplikacioni të ri", + "Username" : "Emër përdoruesi", "Done" : "U bë", "Get the apps to sync your files" : "Merrni aplikacionet për njëkohësim të kartelave tuaja", "Desktop client" : "Klient desktopi", @@ -292,7 +293,6 @@ OC.L10N.register( "Show user backend" : "Shfaq programin klient të përdoruesit", "Send email to new user" : "Dërgo email përdoruesi të ri", "Show email address" : "Shfaq adresë email", - "Username" : "Emër përdoruesi", "E-Mail" : "Email", "Create" : "Krijoje", "Admin Recovery Password" : "Fjalëkalim Rikthimesh Nga Përgjegjësi", diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json index bc625b6d67..812a3f5dc1 100644 --- a/settings/l10n/sq.json +++ b/settings/l10n/sq.json @@ -277,6 +277,7 @@ "An app password is a passcode that gives an app or device permissions to access your %s account." : "Fjalëkalimet e aplikacioneve janë kodkalime që u japin leje një aplikacioni ose pajisjeje të hyjnë në llogarinë tuaj %s.", "App name" : "Emër aplikacioni", "Create new app password" : "Krijoni fjalëkalim aplikacioni të ri", + "Username" : "Emër përdoruesi", "Done" : "U bë", "Get the apps to sync your files" : "Merrni aplikacionet për njëkohësim të kartelave tuaja", "Desktop client" : "Klient desktopi", @@ -290,7 +291,6 @@ "Show user backend" : "Shfaq programin klient të përdoruesit", "Send email to new user" : "Dërgo email përdoruesi të ri", "Show email address" : "Shfaq adresë email", - "Username" : "Emër përdoruesi", "E-Mail" : "Email", "Create" : "Krijoje", "Admin Recovery Password" : "Fjalëkalim Rikthimesh Nga Përgjegjësi", diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js index 5b77f60797..12fd48962b 100644 --- a/settings/l10n/sr.js +++ b/settings/l10n/sr.js @@ -223,6 +223,7 @@ OC.L10N.register( "Language" : "Језик", "Help translate" : " Помозите у превођењу", "Name" : "назив", + "Username" : "Корисничко име", "Done" : "Завршено", "Get the apps to sync your files" : "Преузмите апликације ради синхронизовања ваших фајлова", "Desktop client" : "Клијент за рачунар", @@ -236,7 +237,6 @@ OC.L10N.register( "Show user backend" : "Прикажи позадину за кориснике", "Send email to new user" : "Пошаљи е-пошту новом кориснику", "Show email address" : "Прикажи е-адресу", - "Username" : "Корисничко име", "E-Mail" : "Е-пошта", "Create" : "Направи", "Admin Recovery Password" : "Администраторска лозинка за опоравак", diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json index 77513de8fa..b47ec180dd 100644 --- a/settings/l10n/sr.json +++ b/settings/l10n/sr.json @@ -221,6 +221,7 @@ "Language" : "Језик", "Help translate" : " Помозите у превођењу", "Name" : "назив", + "Username" : "Корисничко име", "Done" : "Завршено", "Get the apps to sync your files" : "Преузмите апликације ради синхронизовања ваших фајлова", "Desktop client" : "Клијент за рачунар", @@ -234,7 +235,6 @@ "Show user backend" : "Прикажи позадину за кориснике", "Send email to new user" : "Пошаљи е-пошту новом кориснику", "Show email address" : "Прикажи е-адресу", - "Username" : "Корисничко име", "E-Mail" : "Е-пошта", "Create" : "Направи", "Admin Recovery Password" : "Администраторска лозинка за опоравак", diff --git a/settings/l10n/sr@latin.js b/settings/l10n/sr@latin.js index 148b158059..5693fbf995 100644 --- a/settings/l10n/sr@latin.js +++ b/settings/l10n/sr@latin.js @@ -27,11 +27,11 @@ OC.L10N.register( "Change password" : "Izmeni lozinku", "Language" : "Jezik", "Name" : "naziv", + "Username" : "Korisničko ime", "Get the apps to sync your files" : "Preuzmite aplikacije za sinhronizaciju Vaših fajlova", "Desktop client" : "Desktop klijent", "Android app" : "Android aplikacija", "iOS app" : "iOS aplikacija", - "Username" : "Korisničko ime", "Create" : "Napravi", "Group" : "Grupa", "Other" : "Drugo" diff --git a/settings/l10n/sr@latin.json b/settings/l10n/sr@latin.json index c328b49d9b..331191af2c 100644 --- a/settings/l10n/sr@latin.json +++ b/settings/l10n/sr@latin.json @@ -25,11 +25,11 @@ "Change password" : "Izmeni lozinku", "Language" : "Jezik", "Name" : "naziv", + "Username" : "Korisničko ime", "Get the apps to sync your files" : "Preuzmite aplikacije za sinhronizaciju Vaših fajlova", "Desktop client" : "Desktop klijent", "Android app" : "Android aplikacija", "iOS app" : "iOS aplikacija", - "Username" : "Korisničko ime", "Create" : "Napravi", "Group" : "Grupa", "Other" : "Drugo" diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js index 05b24bb4c7..82223adf66 100644 --- a/settings/l10n/sv.js +++ b/settings/l10n/sv.js @@ -274,6 +274,7 @@ OC.L10N.register( "Browser" : "Webbläsare", "Most recent activity" : "Senaste aktivitet", "Name" : "Namn", + "Username" : "Användarnamn", "Done" : "Färdig", "Get the apps to sync your files" : "Skaffa apparna för att synkronisera dina filer", "Desktop client" : "Skrivbordsklient", @@ -287,7 +288,6 @@ OC.L10N.register( "Show user backend" : "Visa användar-backend", "Send email to new user" : "Skicka e-post till ny användare", "Show email address" : "Visa e-postadress", - "Username" : "Användarnamn", "E-Mail" : "E-post", "Create" : "Skapa", "Admin Recovery Password" : "Admin-återställningslösenord", diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json index d8e9422eee..5e4faebb3c 100644 --- a/settings/l10n/sv.json +++ b/settings/l10n/sv.json @@ -272,6 +272,7 @@ "Browser" : "Webbläsare", "Most recent activity" : "Senaste aktivitet", "Name" : "Namn", + "Username" : "Användarnamn", "Done" : "Färdig", "Get the apps to sync your files" : "Skaffa apparna för att synkronisera dina filer", "Desktop client" : "Skrivbordsklient", @@ -285,7 +286,6 @@ "Show user backend" : "Visa användar-backend", "Send email to new user" : "Skicka e-post till ny användare", "Show email address" : "Visa e-postadress", - "Username" : "Användarnamn", "E-Mail" : "E-post", "Create" : "Skapa", "Admin Recovery Password" : "Admin-återställningslösenord", diff --git a/settings/l10n/th_TH.js b/settings/l10n/th_TH.js index b8517d661b..b205728a30 100644 --- a/settings/l10n/th_TH.js +++ b/settings/l10n/th_TH.js @@ -258,6 +258,7 @@ OC.L10N.register( "Language" : "ภาษา", "Help translate" : "มาช่วยกันแปลสิ!", "Name" : "ชื่อ", + "Username" : "ชื่อผู้ใช้งาน", "Done" : "เสร็จสิ้น", "Get the apps to sync your files" : "ใช้แอพพลิเคชันในการประสานไฟล์ของคุณ", "Desktop client" : "เดสก์ทอปผู้ใช้", @@ -271,7 +272,6 @@ OC.L10N.register( "Show user backend" : "แสดงแบ็กเอนด์ของผู้ใช้", "Send email to new user" : "ส่งอีเมลไปยังผู้ใช้ใหม่", "Show email address" : "แสดงที่อยู่อีเมล", - "Username" : "ชื่อผู้ใช้งาน", "E-Mail" : "อีเมล", "Create" : "สร้าง", "Admin Recovery Password" : "กู้คืนรหัสผ่านดูแลระบบ", diff --git a/settings/l10n/th_TH.json b/settings/l10n/th_TH.json index 8d568dfecb..ab451fbcb4 100644 --- a/settings/l10n/th_TH.json +++ b/settings/l10n/th_TH.json @@ -256,6 +256,7 @@ "Language" : "ภาษา", "Help translate" : "มาช่วยกันแปลสิ!", "Name" : "ชื่อ", + "Username" : "ชื่อผู้ใช้งาน", "Done" : "เสร็จสิ้น", "Get the apps to sync your files" : "ใช้แอพพลิเคชันในการประสานไฟล์ของคุณ", "Desktop client" : "เดสก์ทอปผู้ใช้", @@ -269,7 +270,6 @@ "Show user backend" : "แสดงแบ็กเอนด์ของผู้ใช้", "Send email to new user" : "ส่งอีเมลไปยังผู้ใช้ใหม่", "Show email address" : "แสดงที่อยู่อีเมล", - "Username" : "ชื่อผู้ใช้งาน", "E-Mail" : "อีเมล", "Create" : "สร้าง", "Admin Recovery Password" : "กู้คืนรหัสผ่านดูแลระบบ", diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js index 9a2962ad20..38a06e2385 100644 --- a/settings/l10n/tr.js +++ b/settings/l10n/tr.js @@ -263,6 +263,7 @@ OC.L10N.register( "Language" : "Dil", "Help translate" : "Çevirilere yardım edin", "Name" : "Ad", + "Username" : "Kullanıcı Adı", "Done" : "Bitti", "Get the apps to sync your files" : "Dosyalarınızı eşitlemek için uygulamaları indirin", "Desktop client" : "Masaüstü istemcisi", @@ -276,7 +277,6 @@ OC.L10N.register( "Show user backend" : "Kullanıcı arka ucunu göster", "Send email to new user" : "Yeni kullanıcıya e-posta gönder", "Show email address" : "E-posta adresini göster", - "Username" : "Kullanıcı Adı", "E-Mail" : "E-Posta", "Create" : "Oluştur", "Admin Recovery Password" : "Yönetici Kurtarma Parolası", diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json index 4e3c867c7f..07b7584bd4 100644 --- a/settings/l10n/tr.json +++ b/settings/l10n/tr.json @@ -261,6 +261,7 @@ "Language" : "Dil", "Help translate" : "Çevirilere yardım edin", "Name" : "Ad", + "Username" : "Kullanıcı Adı", "Done" : "Bitti", "Get the apps to sync your files" : "Dosyalarınızı eşitlemek için uygulamaları indirin", "Desktop client" : "Masaüstü istemcisi", @@ -274,7 +275,6 @@ "Show user backend" : "Kullanıcı arka ucunu göster", "Send email to new user" : "Yeni kullanıcıya e-posta gönder", "Show email address" : "E-posta adresini göster", - "Username" : "Kullanıcı Adı", "E-Mail" : "E-Posta", "Create" : "Oluştur", "Admin Recovery Password" : "Yönetici Kurtarma Parolası", diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js index a1afbc55f4..f7ab8f8836 100644 --- a/settings/l10n/uk.js +++ b/settings/l10n/uk.js @@ -227,6 +227,7 @@ OC.L10N.register( "Language" : "Мова", "Help translate" : "Допомогти з перекладом", "Name" : "Ім’я", + "Username" : "Ім'я користувача", "Done" : "Готово", "Get the apps to sync your files" : "Отримати додатки для синхронізації ваших файлів", "Desktop client" : "Клієнт для ПК", @@ -240,7 +241,6 @@ OC.L10N.register( "Show user backend" : "Показати користувача", "Send email to new user" : "Надіслати email новому користувачу", "Show email address" : "Показати адресу електронної пошти", - "Username" : "Ім'я користувача", "E-Mail" : "Адреса електронної пошти", "Create" : "Створити", "Admin Recovery Password" : "Пароль адміністратора для відновлення", diff --git a/settings/l10n/uk.json b/settings/l10n/uk.json index 4ab44f9623..a1ce577740 100644 --- a/settings/l10n/uk.json +++ b/settings/l10n/uk.json @@ -225,6 +225,7 @@ "Language" : "Мова", "Help translate" : "Допомогти з перекладом", "Name" : "Ім’я", + "Username" : "Ім'я користувача", "Done" : "Готово", "Get the apps to sync your files" : "Отримати додатки для синхронізації ваших файлів", "Desktop client" : "Клієнт для ПК", @@ -238,7 +239,6 @@ "Show user backend" : "Показати користувача", "Send email to new user" : "Надіслати email новому користувачу", "Show email address" : "Показати адресу електронної пошти", - "Username" : "Ім'я користувача", "E-Mail" : "Адреса електронної пошти", "Create" : "Створити", "Admin Recovery Password" : "Пароль адміністратора для відновлення", diff --git a/settings/l10n/vi.js b/settings/l10n/vi.js index f2decd23b0..55ace0c8a4 100644 --- a/settings/l10n/vi.js +++ b/settings/l10n/vi.js @@ -59,9 +59,9 @@ OC.L10N.register( "Language" : "Ngôn ngữ", "Help translate" : "Hỗ trợ dịch thuật", "Name" : "Tên", + "Username" : "Tên đăng nhập", "Get the apps to sync your files" : "Nhận ứng dụng để đồng bộ file của bạn", "Show First Run Wizard again" : "Hiện lại việc chạy đồ thuật khởi đầu", - "Username" : "Tên đăng nhập", "Create" : "Tạo", "Group" : "N", "Default Quota" : "Hạn ngạch mặt định", diff --git a/settings/l10n/vi.json b/settings/l10n/vi.json index bd84312282..8eb4b306a6 100644 --- a/settings/l10n/vi.json +++ b/settings/l10n/vi.json @@ -57,9 +57,9 @@ "Language" : "Ngôn ngữ", "Help translate" : "Hỗ trợ dịch thuật", "Name" : "Tên", + "Username" : "Tên đăng nhập", "Get the apps to sync your files" : "Nhận ứng dụng để đồng bộ file của bạn", "Show First Run Wizard again" : "Hiện lại việc chạy đồ thuật khởi đầu", - "Username" : "Tên đăng nhập", "Create" : "Tạo", "Group" : "N", "Default Quota" : "Hạn ngạch mặt định", diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 41cb2e7a38..df0a587387 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -254,6 +254,7 @@ OC.L10N.register( "Language" : "语言", "Help translate" : "帮助翻译", "Name" : "名称", + "Username" : "用户名", "Get the apps to sync your files" : "安装应用进行文件同步", "Desktop client" : "桌面客户端", "Android app" : "Android 应用", @@ -266,7 +267,6 @@ OC.L10N.register( "Show user backend" : "显示用户后端", "Send email to new user" : "发送电子邮件给新用户", "Show email address" : "显示邮件地址", - "Username" : "用户名", "E-Mail" : "E-Mail", "Create" : "创建", "Admin Recovery Password" : "管理恢复密码", diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index 64b09cfbd5..1e56a61f06 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -252,6 +252,7 @@ "Language" : "语言", "Help translate" : "帮助翻译", "Name" : "名称", + "Username" : "用户名", "Get the apps to sync your files" : "安装应用进行文件同步", "Desktop client" : "桌面客户端", "Android app" : "Android 应用", @@ -264,7 +265,6 @@ "Show user backend" : "显示用户后端", "Send email to new user" : "发送电子邮件给新用户", "Show email address" : "显示邮件地址", - "Username" : "用户名", "E-Mail" : "E-Mail", "Create" : "创建", "Admin Recovery Password" : "管理恢复密码", diff --git a/settings/l10n/zh_HK.js b/settings/l10n/zh_HK.js index 6f1cd57b79..fbc7a93eb1 100644 --- a/settings/l10n/zh_HK.js +++ b/settings/l10n/zh_HK.js @@ -46,9 +46,9 @@ OC.L10N.register( "Language" : "語言", "Help translate" : "幫忙翻譯", "Name" : "名稱", + "Username" : "用戶名稱", "Android app" : "Android 應用程式", "iOS app" : "iOS 應用程式", - "Username" : "用戶名稱", "Create" : "新增", "Group" : "群組", "Everyone" : "所有人", diff --git a/settings/l10n/zh_HK.json b/settings/l10n/zh_HK.json index ac76df209b..7ada073d1f 100644 --- a/settings/l10n/zh_HK.json +++ b/settings/l10n/zh_HK.json @@ -44,9 +44,9 @@ "Language" : "語言", "Help translate" : "幫忙翻譯", "Name" : "名稱", + "Username" : "用戶名稱", "Android app" : "Android 應用程式", "iOS app" : "iOS 應用程式", - "Username" : "用戶名稱", "Create" : "新增", "Group" : "群組", "Everyone" : "所有人", diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js index 09c4dcd369..83d3b25409 100644 --- a/settings/l10n/zh_TW.js +++ b/settings/l10n/zh_TW.js @@ -248,6 +248,7 @@ OC.L10N.register( "Language" : "語言", "Help translate" : "幫助翻譯", "Name" : "名稱", + "Username" : "使用者名稱", "Get the apps to sync your files" : "下載應用程式來同步您的檔案", "Desktop client" : "桌面客戶端", "Android app" : "Android 應用程式", @@ -260,7 +261,6 @@ OC.L10N.register( "Show user backend" : "顯示用戶後台", "Send email to new user" : "寄送郵件給新用戶", "Show email address" : "顯示電子郵件信箱", - "Username" : "使用者名稱", "E-Mail" : "電子郵件", "Create" : "建立", "Admin Recovery Password" : "管理者復原密碼", diff --git a/settings/l10n/zh_TW.json b/settings/l10n/zh_TW.json index 35f5ac5219..f48f802c7d 100644 --- a/settings/l10n/zh_TW.json +++ b/settings/l10n/zh_TW.json @@ -246,6 +246,7 @@ "Language" : "語言", "Help translate" : "幫助翻譯", "Name" : "名稱", + "Username" : "使用者名稱", "Get the apps to sync your files" : "下載應用程式來同步您的檔案", "Desktop client" : "桌面客戶端", "Android app" : "Android 應用程式", @@ -258,7 +259,6 @@ "Show user backend" : "顯示用戶後台", "Send email to new user" : "寄送郵件給新用戶", "Show email address" : "顯示電子郵件信箱", - "Username" : "使用者名稱", "E-Mail" : "電子郵件", "Create" : "建立", "Admin Recovery Password" : "管理者復原密碼",