diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-11 01:54:32 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-11 01:54:32 -0400 |
commit | 411f6c7704dbf24c45dee9edde4c7ef4a8cd9464 (patch) | |
tree | 91fded616d052e515bd81bc502db4368f85bc827 /lib/l10n | |
parent | c920ca32e8798d609adb4251374844e59d1cb3d8 (diff) | |
download | nextcloud-server-411f6c7704dbf24c45dee9edde4c7ef4a8cd9464.tar.gz nextcloud-server-411f6c7704dbf24c45dee9edde4c7ef4a8cd9464.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ast.php | 2 | ||||
-rw-r--r-- | lib/l10n/fr.php | 2 | ||||
-rw-r--r-- | lib/l10n/sl.php | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php index 9ff0f12aa91..f3a690cd97d 100644 --- a/lib/l10n/ast.php +++ b/lib/l10n/ast.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "La triba de compartición %s nun ye válida pa %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Falló dar permisos a %s, porque los permisos son mayores que los otorgaos a %s", "Setting permissions for %s failed, because the item was not found" => "Falló dar permisos a %s, porque l'elementu nun s'atopó", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Nun pue afitase la data de caducidá. Ficheros compartíos nun puen caducar dempués de %s de compartise", +"Cannot set expiration date. Expiration date is in the past" => "Nun pue afitase la data d'espiración. La data d'espiración ta nel pasáu", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "El motor compartíu %s tien d'implementar la interfaz OCP\\Share_Backend", "Sharing backend %s not found" => "Nun s'alcontró'l botón de compartición %s", "Sharing backend for %s not found" => "Nun s'alcontró'l botón de partición pa %s", diff --git a/lib/l10n/fr.php b/lib/l10n/fr.php index b20f89a9ad7..f1f4bf68a26 100644 --- a/lib/l10n/fr.php +++ b/lib/l10n/fr.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Share type %s is not valid for %s" => "Le type de partage %s n'est pas valide pour %s", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" => "Le réglage des permissions pour %s a échoué car les permissions dépassent celle accordée à %s", "Setting permissions for %s failed, because the item was not found" => "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", +"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" => "Impossible de configurer la date d'expiration. Un partage ne peut expirer plus de %s après sa date de début.", +"Cannot set expiration date. Expiration date is in the past" => "Impossible de configurer la date d'expiration. La date d'expiration est dans le passé.", "Sharing backend %s must implement the interface OCP\\Share_Backend" => "L'emplacement du partage %s doit implémenter l'interface OCP\\Share_Backend", "Sharing backend %s not found" => "Emplacement de partage %s introuvable", "Sharing backend for %s not found" => "L'emplacement du partage %s est introuvable", diff --git a/lib/l10n/sl.php b/lib/l10n/sl.php index 8e62df09696..3578b5c43c6 100644 --- a/lib/l10n/sl.php +++ b/lib/l10n/sl.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Cannot write into \"config\" directory!" => "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!", +"See %s" => "Oglejte si %s", "Help" => "Pomoč", "Personal" => "Osebno", "Settings" => "Nastavitve", |