MediaWiki:Gadget-Cat-a-lot.js/ro
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
//<nowiki>
// DO NOT CHANGE THE NEXT LINE
if (mw.config.get('wgUserLanguage') !== 'en') {
// DO NOT CHANGE THE PREVIOUS LINE
mw.messages.set({
// Preferences
// new added: 2017-11-20. Please translate.
// Use user language for i18n
'cat-a-lot-watchlistpref' : 'Preferințe de urmărire cu privire la fișierele editate cu Cat-A-Lot',
'cat-a-lot-watch_pref' : 'Potrivit preferințelor generale',
'cat-a-lot-watch_nochange' : 'Nu schimba urmărirea',
'cat-a-lot-watch_watch' : 'Urmărește paginile editate cu Cat-A-Lot',
'cat-a-lot-watch_unwatch' : 'Elimină din lista paginilor urmărite fișierele editate cu Cat-A-Lot',
'cat-a-lot-minorpref' : 'Marchează editările ca minore',
'cat-a-lot-editpagespref' : 'Permite categorisirea paginilor care nu sunt fișiere',
'cat-a-lot-docleanuppref' : 'Scoate {{Check categories}} și alte corecturi minore',
// Please translate: 'cat-a-lot-uncatpref' : 'Remove {{Uncategorized}}',
'cat-a-lot-subcatcountpref': 'Arată cel mult atâtea subcategorii',
'cat-a-lot-config-settings': 'Preferințe',
// Please translate: 'cat-a-lot-buttonpref' : 'Use buttons instead of text links',
// Please translate: 'cat-a-lot-comment-label' : 'Custom edit comment',
// Please translate: 'cat-a-lot-edit-question' : 'Why is this change necessary?',
// Progress
// 'cat-a-lot-loading' : 'Se încarcă...',
'cat-a-lot-editing' : 'Se editează pagina',
'cat-a-lot-of' : 'din ',
'cat-a-lot-skipped-already' : 'Următoarele pagini au fost ignorate deoarece erau deja în categorie:',
'cat-a-lot-skipped-not-found': 'Următoarele pagini au fost ignorate deoarece nu a putut fi găsită vechea categorie:',
'cat-a-lot-skipped-server' : 'Următoarele pagini nu au putut fi editate datorită unor probleme de conexiune la server:',
'cat-a-lot-all-done' : 'Toate paginile au fost procesate.',
'cat-a-lot-done' : 'Gata!',
'cat-a-lot-added-cat' : 'Categorie adăugată $1',
'cat-a-lot-copied-cat' : 'Copiată în categoria $1',
'cat-a-lot-moved-cat' : 'Mutată în categoria $1',
'cat-a-lot-removed-cat' : 'Ștearsă din categoria $1',
// 'cat-a-lot-return-to-page': 'Înapoi la pagină',
// 'cat-a-lot-cat-not-found' : 'Categoria nu a fost găsită.',
// as in 17 files selected
'cat-a-lot-files-selected' : '$1 fișiere selectate.',
// Actions
'cat-a-lot-copy' : 'Copiere',
'cat-a-lot-move' : 'Mutare',
'cat-a-lot-add' : 'Adăugare',
'cat-a-lot-remove-from-cat': 'Șterge din această categorie',
'cat-a-lot-enter-name' : 'Introduceți numele categoriei',
'cat-a-lot-select' : 'Selectați',
'cat-a-lot-all' : 'tot',
'cat-a-lot-none' : 'nimic',
// 'cat-a-lot-none-selected': 'Niciun fișier selectat!'
});
}
// DO NOT CHANGE THE NEXT LINE
if (mw.config.get('wgContentLanguage') !== 'en') {
// DO NOT CHANGE THE PREVIOUS LINE
mw.messages.set({
// Summaries:
'cat-a-lot-pref-save-summary': '[[Help:Gadget-Cat-a-lot|Cat-a-lot]] actualizează preferințele utilizatorului',
'cat-a-lot-summary-add' : 'Se adaugă [[Category:$1]]',
'cat-a-lot-summary-copy' : 'Se copiază din [[Category:$1]] în [[Category:$2]]',
'cat-a-lot-summary-move' : 'Se mută din [[Category:$1]] în [[Category:$2]]',
'cat-a-lot-summary-remove' : 'Se scoate din [[Category:$1]]',
'cat-a-lot-prefix-summary' : '', // Some text to prepend to the edit summary. Set this to an empty string if you use 'using'.
'cat-a-lot-using-summary' : ' folosind [[c:Help:Cat-a-lot|Cat-a-lot]]'
});
}
//</nowiki>