X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fconnexionswing-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Ffind%2Flang%2Fmk.js;fp=sources%2Fplugins%2Ffind%2Flang%2Fmk.js;h=05a6c69a3fd8c320f4fc81451478acf865faaeb5;hp=d30638b40406fd63d2fc7b0e9f155670ff466e4d;hb=3b35bd273a79f6b01fda7a246aed64aca147ea7a;hpb=7adcb81e4f83f98c468889aaa5a85558ba88c770 diff --git a/sources/plugins/find/lang/mk.js b/sources/plugins/find/lang/mk.js index d30638b4..05a6c69a 100644 --- a/sources/plugins/find/lang/mk.js +++ b/sources/plugins/find/lang/mk.js @@ -1,18 +1,18 @@ /* -Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'find', 'mk', { - find: 'Find', - findOptions: 'Find Options', - findWhat: 'Find what:', - matchCase: 'Match case', - matchCyclic: 'Match cyclic', - matchWord: 'Match whole word', - notFoundMsg: 'The specified text was not found.', - replace: 'Replace', - replaceAll: 'Replace All', - replaceSuccessMsg: '%1 occurrence(s) replaced.', - replaceWith: 'Replace with:', - title: 'Find and Replace' + find: 'Пронајди', + findOptions: 'Опции за пронаоѓање', + findWhat: 'Што барате:', + matchCase: 'Се совпаѓа голема/мала буква,', + matchCyclic: 'Пребарај циклично', + matchWord: 'Се совпаѓа цел збор', + notFoundMsg: 'Внесениот текст не беше пронајден.', + replace: 'Замени', + replaceAll: 'Замени ги сите', + replaceSuccessMsg: '%1 случај/и беа заменети.', + replaceWith: 'Замени со:', + title: 'Пронајди и замени' } );