summaryrefslogtreecommitdiff
path: root/plugins/find/lang/ro.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/ro.js')
-rw-r--r--plugins/find/lang/ro.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/ro.js b/plugins/find/lang/ro.js
new file mode 100644
index 0000000..24eeceb
--- /dev/null
+++ b/plugins/find/lang/ro.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'ro', {
+ find: 'Găseşte',
+ findOptions: 'Find Options',
+ findWhat: 'Găseşte:',
+ matchCase: 'Deosebeşte majuscule de minuscule (Match case)',
+ matchCyclic: 'Potrivește ciclic',
+ matchWord: 'Doar cuvintele întregi',
+ notFoundMsg: 'Textul specificat nu a fost găsit.',
+ replace: 'Înlocuieşte',
+ replaceAll: 'Înlocuieşte tot',
+ replaceSuccessMsg: '%1 căutări înlocuite.',
+ replaceWith: 'Înlocuieşte cu:',
+ title: 'Găseşte şi înlocuieşte'
+});