Localize vcard_attachments plugin + add Russian translation for archive plugin
parent
ebbb6a50c4
commit
dba307ffd9
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$labels = array();
|
||||
$labels['buttontitle'] = 'Переместить выбранное в архив';
|
||||
$labels['archived'] = 'Перенесено в Архив';
|
||||
$labels['archivefolder'] = 'Архив';
|
||||
|
||||
?>
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$labels = array();
|
||||
$labels['addvardmsg'] = 'Kontakt im Adressbuch speichern';
|
||||
$labels['vcardsavefailed'] = 'Der Kontakt konnte nicht gespeichert werden';
|
||||
|
||||
?>
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$labels = array();
|
||||
$labels['addvardmsg'] = 'Kontakt im Adressbuch speichern';
|
||||
$labels['vcardsavefailed'] = 'Der Kontakt konnte nicht gespeichert werden';
|
||||
|
||||
?>
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$labels = array();
|
||||
$labels['addvardmsg'] = 'Add vCard to addressbook';
|
||||
$labels['vcardsavefailed'] = 'Unable to save vCard';
|
||||
|
||||
?>
|
Loading…
Reference in New Issue