summaryrefslogtreecommitdiff
path: root/plugins/toolbar/lang/lv.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolbar/lang/lv.js')
-rw-r--r--plugins/toolbar/lang/lv.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/lv.js b/plugins/toolbar/lang/lv.js
new file mode 100644
index 0000000..e2a67b1
--- /dev/null
+++ b/plugins/toolbar/lang/lv.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'lv', {
+ toolbarCollapse: 'Aizvērt rīkjoslu',
+ toolbarExpand: 'Atvērt rīkjoslu',
+ toolbarGroups: {
+ document: 'Dokuments',
+ clipboard: 'Starpliktuve/Atcelt',
+ editing: 'Labošana',
+ forms: 'Formas',
+ basicstyles: 'Pamata stili',
+ paragraph: 'Paragrāfs',
+ links: 'Saites',
+ insert: 'Ievietot',
+ styles: 'Stili',
+ colors: 'Krāsas',
+ tools: 'Rīki'
+ },
+ toolbars: 'Redaktora rīkjoslas'
+});