diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:48:46 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:48:46 +0100 |
commit | aabeab1e4e08ffba5d709aa71de1182dfeb698d1 (patch) | |
tree | e7b5b5fd688e3f721e7849a92a8eaecea76c1467 /program/localization/fy_FY | |
parent | 4f5f2acd1649592569d13c88c7c946d4861834e0 (diff) |
Updated localizations from launchpad
Diffstat (limited to 'program/localization/fy_FY')
-rw-r--r-- | program/localization/fy_FY/labels.inc | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/program/localization/fy_FY/labels.inc b/program/localization/fy_FY/labels.inc new file mode 100644 index 000000000..7ad76022f --- /dev/null +++ b/program/localization/fy_FY/labels.inc @@ -0,0 +1,85 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/fy_FY/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Lazlo | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['username'] = 'Brûkersnamme'; +$labels['password'] = 'Wachtwurd'; +$labels['server'] = 'Server'; +$labels['login'] = 'Ynlogge'; +$labels['logout'] = 'Ôfmelde'; +$labels['mail'] = 'Mail'; +$labels['settings'] = 'Ynstellingen'; +$labels['addressbook'] = 'Adresboek'; +$labels['drafts'] = 'Konsepten'; +$labels['sent'] = 'Stjoerd'; +$labels['trash'] = 'Jiskefet'; +$labels['subject'] = 'Ûnderwerp'; +$labels['from'] = 'Fan'; +$labels['to'] = 'Oan'; +$labels['cc'] = 'Cc'; +$labels['bcc'] = 'Bcc'; +$labels['replyto'] = 'Antwurd oan'; +$labels['followupto'] = 'Oanslutend oan'; +$labels['date'] = 'Datum'; +$labels['organization'] = 'Organisaasje'; +$labels['mailboxlist'] = 'Mappen'; +$labels['folders'] = 'Mappen'; +$labels['copy'] = 'Kopieare'; +$labels['move'] = 'Ferplaatse'; +$labels['download'] = 'Delhelje'; +$labels['showattachment'] = 'Toane'; +$labels['filesize'] = 'Triemgrutte'; +$labels['sun'] = 'sne'; +$labels['mon'] = 'moa'; +$labels['tue'] = 'tii'; +$labels['wed'] = 'woa'; +$labels['thu'] = 'toa'; +$labels['fri'] = 'fre'; +$labels['sat'] = 'sno'; +$labels['sunday'] = 'snein'; +$labels['monday'] = 'moandei'; +$labels['tuesday'] = 'tiisdei'; +$labels['wednesday'] = 'woansdei'; +$labels['thursday'] = 'tongersdei'; +$labels['friday'] = 'freed'; +$labels['saturday'] = 'sneon'; +$labels['jan'] = 'jan'; +$labels['feb'] = 'feb'; +$labels['mar'] = 'mrt'; +$labels['apr'] = 'apr'; +$labels['may'] = 'maaie'; +$labels['longmay'] = 'maaie'; +$labels['jun'] = 'jun'; +$labels['jul'] = 'jul'; +$labels['aug'] = 'aug'; +$labels['sep'] = 'sep'; +$labels['oct'] = 'okt'; +$labels['nov'] = 'nov'; +$labels['dec'] = 'des'; +$labels['longjan'] = 'jannewaris'; +$labels['longfeb'] = 'febrewaris'; +$labels['longmar'] = 'maart'; +$labels['longapr'] = 'april'; +$labels['longjun'] = 'juny'; +$labels['longjul'] = 'july'; +$labels['longaug'] = 'augustus'; +$labels['longsep'] = 'septimber'; +$labels['longoct'] = 'oktober'; +$labels['longnov'] = 'novimber'; +$labels['longdec'] = 'desimber'; +$labels['today'] = 'Hjoed'; +$labels['refresh'] = 'Ferfarskje'; +$labels['reply'] = 'Beäntwurdzje'; + |