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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-10-14 05:41:07 +0300
committerNextcloud bot <bot@nextcloud.com>2017-10-14 05:41:07 +0300
commitd713b4de737229a5b377ea84641151b96857c900 (patch)
tree6d7ac6385c944449c6b758277e7555c437fc18fc
parent8ed76e684129e2d43f871c214a465e9411f51370 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/pt_PT.js9
-rw-r--r--l10n/pt_PT.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js
new file mode 100644
index 0000000..a84a37f
--- /dev/null
+++ b/l10n/pt_PT.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Notificações",
+ "No notifications" : "Sem notificações",
+ "Dismiss" : "Dispensar",
+ "in {path}" : "em {path}"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json
new file mode 100644
index 0000000..de8f13e
--- /dev/null
+++ b/l10n/pt_PT.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Notifications" : "Notificações",
+ "No notifications" : "Sem notificações",
+ "Dismiss" : "Dispensar",
+ "in {path}" : "em {path}"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file