diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-29 01:55:45 -0400 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-07-29 09:16:02 +0200 |
commit | 29a3f1e2af698d356bf52fa9ba181c2c1bf5b9a2 (patch) | |
tree | c27afe090bcbe4d1e73d9ba71e22bef1e43e9ff8 /apps | |
parent | 021f25836abd68f9415eeca5c7ce94cccad6dffd (diff) | |
download | nextcloud-server-29a3f1e2af698d356bf52fa9ba181c2c1bf5b9a2.tar.gz nextcloud-server-29a3f1e2af698d356bf52fa9ba181c2c1bf5b9a2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/fr.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/io.php | 7 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.php | 6 | ||||
-rw-r--r-- | apps/user_ldap/l10n/io.php | 6 |
4 files changed, 17 insertions, 3 deletions
diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php index eeb7d122fc8..6deffe363a3 100644 --- a/apps/files/l10n/fr.php +++ b/apps/files/l10n/fr.php @@ -45,6 +45,7 @@ $TRANSLATIONS = array( "Error fetching URL" => "Erreur d'accès à l'URL", "Share" => "Partager", "Delete" => "Supprimer", +"Disconnect storage" => "Déconnecter ce support de stockage", "Unshare" => "Ne plus partager", "Delete permanently" => "Supprimer de façon définitive", "Rename" => "Renommer", diff --git a/apps/files/l10n/io.php b/apps/files/l10n/io.php new file mode 100644 index 00000000000..0157af093e9 --- /dev/null +++ b/apps/files/l10n/io.php @@ -0,0 +1,7 @@ +<?php +$TRANSLATIONS = array( +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), +"_Uploading %n file_::_Uploading %n files_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php index 192169f9a33..805b98ddc18 100644 --- a/apps/files_sharing/l10n/fr.php +++ b/apps/files_sharing/l10n/fr.php @@ -2,9 +2,9 @@ $TRANSLATIONS = array( "Server to server sharing is not enabled on this server" => "Le partage de serveur à serveur n'est pas activé sur ce serveur", "Couldn't add remote share" => "Impossible d'ajouter un partage distant", -"Shared with you" => "Partagé avec vous", -"Shared with others" => "Partagé avec d'autres", -"Shared by link" => "Partagé par un lien", +"Shared with you" => "Partagés avec vous", +"Shared with others" => "Partagés avec d'autres", +"Shared by link" => "Partagés par lien", "No files have been shared with you yet." => "Aucun fichier n'est partagé avec vous pour l'instant", "You haven't shared any files yet." => "Vous ne partagez pas de fichier pour l'instant", "You haven't shared any files by link yet." => "Vous n'avez aucun partage de fichier par lien pour le moment.", diff --git a/apps/user_ldap/l10n/io.php b/apps/user_ldap/l10n/io.php new file mode 100644 index 00000000000..3a1e002311c --- /dev/null +++ b/apps/user_ldap/l10n/io.php @@ -0,0 +1,6 @@ +<?php +$TRANSLATIONS = array( +"_%s group found_::_%s groups found_" => array("",""), +"_%s user found_::_%s users found_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |