diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-04-24 02:28:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-04-24 02:28:28 +0000 |
commit | 20d7bf8a880ddf41874afdaf3784d29bc1bc925d (patch) | |
tree | fa516123a99923356e2ee6e2843300426c41b80d /lib/l10n/gd.js | |
parent | e66ebb01bb01055a701b9f4f311d4ff6a769a9af (diff) | |
download | nextcloud-server-20d7bf8a880ddf41874afdaf3784d29bc1bc925d.tar.gz nextcloud-server-20d7bf8a880ddf41874afdaf3784d29bc1bc925d.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/gd.js')
-rw-r--r-- | lib/l10n/gd.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/gd.js b/lib/l10n/gd.js new file mode 100644 index 00000000000..1f979c7a464 --- /dev/null +++ b/lib/l10n/gd.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "lib", + { + "Unknown filetype" : "Seòrsa faidhle nach aithne dhuinn", + "Invalid image" : "Dealbh mì-dhligheach", + "seconds ago" : "diog air ais", + "Help" : "Cobhair", + "Settings" : "Roghainnean", + "Log out" : "Clàraich a-mach", + "Email" : "Post-d", + "Twitter" : "Twitter", + "Website" : "Làrach-lìn", + "Address" : "Seòladh", + "About" : "Mu dhèidhinn" +}, +"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"); |