diff options
author | thomascube <thomas@roundcube.net> | 2007-05-01 17:45:34 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-05-01 17:45:34 +0000 |
commit | ab92527535acf42fee17c0ca73ee073ac07c85e4 (patch) | |
tree | a101bccf39196e3b8d66762b91a344b83d2bd728 /program/localization/si/labels.inc | |
parent | 56fab150b8f8a4269a2377c762a26f4978fc422e (diff) |
Corrected French and Slovenian localization
Diffstat (limited to 'program/localization/si/labels.inc')
-rwxr-xr-x | program/localization/si/labels.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/si/labels.inc b/program/localization/si/labels.inc index 7ac66d815..170c33051 100755 --- a/program/localization/si/labels.inc +++ b/program/localization/si/labels.inc @@ -19,7 +19,7 @@ */ $labels = array(); -$labels['welcome'] = 'Bobrodošel v $product'; +$labels['welcome'] = 'Dobrodošel v $product'; $labels['username'] = 'Uporabniško ime'; $labels['password'] = 'Geslo'; $labels['server'] = 'Strežnik'; @@ -104,7 +104,7 @@ $labels['sendmessage'] = 'Pošlji sporočilo zdaj'; $labels['savemessage'] = 'Shrani kot osnutek'; $labels['addattachment'] = 'Pripni datoteko'; $labels['charset'] = 'Nabor znakov'; -$labels['editortype'] = 'Tip editorja'; +$labels['editortype'] = 'Vrsta urejevalnika'; $labels['returnreceipt'] = 'Potrdilo prejemnika'; $labels['checkspelling'] = 'Preglej pravopis'; $labels['resumeediting'] = 'Nadaljuj z urejanjem'; |