diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-01 01:57:04 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-01 01:57:04 -0400 |
commit | b037f2dc6e333482d0c0fba663769049bc275446 (patch) | |
tree | b1b170166f33bd8937d3cd666f63d9740f48ed37 /apps/files_versions | |
parent | 563c63bf9ccabd2c0cabf9910a1749b03ea04c05 (diff) | |
download | nextcloud-server-b037f2dc6e333482d0c0fba663769049bc275446.tar.gz nextcloud-server-b037f2dc6e333482d0c0fba663769049bc275446.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/l10n/ca.php | 3 | ||||
-rw-r--r-- | apps/files_versions/l10n/pl.php | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/ca.php b/apps/files_versions/l10n/ca.php index 4f92c341200..7fd168e1cc6 100644 --- a/apps/files_versions/l10n/ca.php +++ b/apps/files_versions/l10n/ca.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( "Could not revert: %s" => "No s'ha pogut revertir: %s", "Versions" => "Versions", +"Failed to revert {file} to revision {timestamp}." => "Ha fallat en retornar {file} a la revisió {timestamp}", +"More versions..." => "Més versions...", +"No other versions available" => "No hi ha altres versions disponibles", "Restore" => "Recupera" ); diff --git a/apps/files_versions/l10n/pl.php b/apps/files_versions/l10n/pl.php index 3f4f61ec9e8..00f4ac3f768 100644 --- a/apps/files_versions/l10n/pl.php +++ b/apps/files_versions/l10n/pl.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( "Could not revert: %s" => "Nie można było przywrócić: %s", "Versions" => "Wersje", +"Failed to revert {file} to revision {timestamp}." => "Nie udało się przywrócić zmiany {sygnatura czasowa} {plik}.", +"More versions..." => "Więcej wersji...", +"No other versions available" => "Nie są dostępne żadne inne wersje", "Restore" => "Przywróć" ); |