Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-04-18 09:18:23 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-04-18 09:18:23 +0300
commit4f52fb34f99fbb2d132a77502ff98486dce051f9 (patch)
treef692549d8f6c14722621fd1fb08aae48637ef75a
parent6fdae66c56cd81f20f871cea92d5f4bbbb0d7521 (diff)
[tx-robot] updated from transifexv8.1.0alpha2
-rw-r--r--l10n/ro.js2
-rw-r--r--l10n/ro.json2
-rw-r--r--l10n/ro.php2
3 files changed, 6 insertions, 0 deletions
diff --git a/l10n/ro.js b/l10n/ro.js
index 68c78aa4..2bafee11 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"gallery",
{
"Pictures" : "Imagini",
+ "Picture view" : "Vizualizare imagine",
"Next" : "Următor",
"Play" : "Redă",
"Pause" : "Pauză",
@@ -9,6 +10,7 @@ OC.L10N.register(
"Close" : "Închide",
"Error loading slideshow template" : "eroare la incarcarea modelului ",
"Share" : "Partajează",
+ "shared by %s" : "partajat de %s",
"File list" : "Listă de fișiere"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/l10n/ro.json b/l10n/ro.json
index 6aa3f849..dcf3c70d 100644
--- a/l10n/ro.json
+++ b/l10n/ro.json
@@ -1,5 +1,6 @@
{ "translations": {
"Pictures" : "Imagini",
+ "Picture view" : "Vizualizare imagine",
"Next" : "Următor",
"Play" : "Redă",
"Pause" : "Pauză",
@@ -7,6 +8,7 @@
"Close" : "Închide",
"Error loading slideshow template" : "eroare la incarcarea modelului ",
"Share" : "Partajează",
+ "shared by %s" : "partajat de %s",
"File list" : "Listă de fișiere"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
} \ No newline at end of file
diff --git a/l10n/ro.php b/l10n/ro.php
index 8c480e95..41163280 100644
--- a/l10n/ro.php
+++ b/l10n/ro.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Pictures" => "Imagini",
+"Picture view" => "Vizualizare imagine",
"Next" => "Următor",
"Play" => "Redă",
"Pause" => "Pauză",
@@ -8,6 +9,7 @@ $TRANSLATIONS = array(
"Close" => "Închide",
"Error loading slideshow template" => "eroare la incarcarea modelului ",
"Share" => "Partajează",
+"shared by %s" => "partajat de %s",
"File list" => "Listă de fișiere"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";