summaryrefslogtreecommitdiffstats
path: root/modules-available/summernote/lang/summernote-ro.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/summernote/lang/summernote-ro.js')
-rw-r--r--modules-available/summernote/lang/summernote-ro.js102
1 files changed, 102 insertions, 0 deletions
diff --git a/modules-available/summernote/lang/summernote-ro.js b/modules-available/summernote/lang/summernote-ro.js
new file mode 100644
index 00000000..5cdf7123
--- /dev/null
+++ b/modules-available/summernote/lang/summernote-ro.js
@@ -0,0 +1,102 @@
+(function ($) {
+ $.extend($.summernote.lang, {
+ 'ro': {
+ font: {
+ bold: 'Îngroșat',
+ italic: 'Înclinat',
+ underline: 'Subliniat',
+ clear: 'Înlătură formatare font',
+ height: 'Înălțime rând',
+ strikethrough: 'Tăiat',
+ size: 'Dimensiune font'
+ },
+ image: {
+ image: 'Imagine',
+ insert: 'Inserează imagine',
+ resizeFull: 'Redimensionează complet',
+ resizeHalf: 'Redimensionează 1/2',
+ resizeQuarter: 'Redimensionează 1/4',
+ floatLeft: 'Aliniere la stânga',
+ floatRight: 'Aliniere la dreapta',
+ floatNone: 'Fară aliniere',
+ dragImageHere: 'Trage o imagine aici',
+ selectFromFiles: 'Alege din fişiere',
+ url: 'URL imagine'
+ },
+ video: {
+ video: 'Video',
+ videoLink: 'Link video',
+ insert: 'Inserează video',
+ url: 'URL video?',
+ providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion, sau Youku)'
+ },
+ link: {
+ link: 'Link',
+ insert: 'Inserează link',
+ unlink: 'Înlătură link',
+ edit: 'Editează',
+ textToDisplay: 'Text ce va fi afişat',
+ url: 'Deschidere în fereastra nouă?'
+ },
+ table: {
+ table: 'Tabel'
+ },
+ hr: {
+ insert: 'Inserează o linie orizontală'
+ },
+ style: {
+ style: 'Stil',
+ normal: 'Normal',
+ blockquote: 'Citat',
+ pre: 'Preformatat',
+ h1: 'Titlu 1',
+ h2: 'Titlu 2',
+ h3: 'Titlu 3',
+ h4: 'Titlu 4',
+ h5: 'Titlu 5',
+ h6: 'Titlu 6'
+ },
+ lists: {
+ unordered: 'Listă neordonată',
+ ordered: 'Listă ordonată'
+ },
+ options: {
+ help: 'Ajutor',
+ fullscreen: 'Măreşte',
+ codeview: 'Sursă'
+ },
+ paragraph: {
+ paragraph: 'Paragraf',
+ outdent: 'Creşte identarea',
+ indent: 'Scade identarea',
+ left: 'Aliniere la stânga',
+ center: 'Aliniere centrală',
+ right: 'Aliniere la dreapta',
+ justify: 'Aliniere în bloc'
+ },
+ color: {
+ recent: 'Culoare recentă',
+ more: 'Mai multe culori',
+ background: 'Culoarea fundalului',
+ foreground: 'Culoarea textului',
+ transparent: 'Transparent',
+ setTransparent: 'Setează transparent',
+ reset: 'Resetează',
+ resetToDefault: 'Revino la iniţial'
+ },
+ shortcut: {
+ shortcuts: 'Scurtături tastatură',
+ close: 'Închide',
+ textFormatting: 'Formatare text',
+ action: 'Acţiuni',
+ paragraphFormatting: 'Formatare paragraf',
+ documentStyle: 'Stil paragraf'
+ },
+ history: {
+ undo: 'Starea anterioară',
+ redo: 'Starea ulterioară'
+ }
+
+ }
+ });
+})(jQuery);