diff options
author | thomascube <thomas@roundcube.net> | 2009-05-15 10:22:29 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-05-15 10:22:29 +0000 |
commit | 51ede06434097ef8d0697ee204fa998d6445d194 (patch) | |
tree | 76d6362bca66010776af8e8fbb971ba848cc3215 /program/localization/hy_AM/messages.inc | |
parent | 9bee4437b889f4e36e37116ebf1fc24765eecad6 (diff) |
Apply changes from r2348 to r2400 for 0.2.2 release
Diffstat (limited to 'program/localization/hy_AM/messages.inc')
-rw-r--r-- | program/localization/hy_AM/messages.inc | 41 |
1 files changed, 28 insertions, 13 deletions
diff --git a/program/localization/hy_AM/messages.inc b/program/localization/hy_AM/messages.inc index 861f17a3c..41919cf89 100644 --- a/program/localization/hy_AM/messages.inc +++ b/program/localization/hy_AM/messages.inc @@ -1,19 +1,18 @@ <?php /* ++-----------------------------------------------------------------------+ +| language/hy_AM/messages.inc | +| | +| Language file of the RoundCube Webmail client | +| Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | +| Licensed under the GNU GPL | +| | ++-----------------------------------------------------------------------+ +| Author: Vahan Yerkanian <vahan@arminco.com> | ++-----------------------------------------------------------------------+ - +-----------------------------------------------------------------------+ - | language/am/messages.inc | - | | - | Language file of the RoundCube Webmail client | - | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | - | Licensed under the GNU GPL | - | | - +-----------------------------------------------------------------------+ - | Author: Vahan Yerkanian <vahan@arminco.com> | - +-----------------------------------------------------------------------+ - - @version $Id$ +@version $Id$ */ @@ -40,6 +39,8 @@ $messages['encryptedmessage'] = 'Ներողություն, այս նամակը $messages['nocontactsfound'] = 'Հասցեներ չկան'; $messages['contactnotfound'] = 'Որոնվող հասցեն չգտնվեց'; $messages['sendingfailed'] = 'Նամակի ուղարկումը ձախողվեց'; +$messages['senttooquickly'] = 'Խնդրում ենք սպասել $sec վարկյան մինչ այս նամակն ուղարկելը'; +$messages['errorsavingsent'] = 'Ուղարկված նամակի արխիվացումը խափանվեց'; $messages['errorsaving'] = 'Գրանցման սխալ'; $messages['errormoving'] = 'Նամակի տեղափոխման ձախողում'; $messages['errordeleting'] = 'Նամակի ջնջման ձախողում'; @@ -47,10 +48,15 @@ $messages['deletecontactconfirm'] = 'Ուզու՞մ էք ջնջել նշված $messages['deletemessagesconfirm'] = 'Ուզու՞մ էք ջնջել նշված նամակները'; $messages['deletefolderconfirm'] = 'Ուզու՞մ էք ջնջել այս դարակը'; $messages['purgefolderconfirm'] = 'Ուզու՞մ էք ջնջել այս դարակի բոլոր նամակները'; +$messages['foldercreating'] = 'Դարակը ստեղծվում է…'; +$messages['folderdeleting'] = 'Դարակը ջնջվում է…'; +$messages['folderrenaming'] = 'Դարակը վերանվանվում է…'; +$messages['foldermoving'] = 'Դարակը տեղափոխվում է…'; $messages['formincomplete'] = 'Ձևը թերի է լրացված'; $messages['noemailwarning'] = 'Մուտքագրեք ճիշտ էլ. հասցե'; $messages['nonamewarning'] = 'Մուտքագրեք անուն'; $messages['nopagesizewarning'] = 'Մուտքագրեք էջի չափս'; +$messages['nosenderwarning'] = 'Մուտքագրեք հասցեատիրոջ հասցեն'; $messages['norecipientwarning'] = 'Մուտքագրեք նվազագույնը մեկ հասցեատեր'; $messages['nosubjectwarning'] = 'Վերնագիր բացակայում է, ցանկանո՞ւմ եք լրացնել'; $messages['nobodywarning'] = 'Ուղարկե՞լ այս նամակը դատարկ'; @@ -78,5 +84,14 @@ $messages['receiptsent'] = 'Նամակի ընթերցման ծանուցագիր $messages['errorsendingreceipt'] = 'Ծանուցագրի ուղարկումը ձախողվեց'; $messages['nodeletelastidentity'] = 'Անհնար է ջնջել վերջին տարբերակը'; $messages['addsubfolderhint'] = 'Այս դարակը կստեղծվի որպես նշվածի ենթադարակ'; +$messages['forbiddencharacter'] = 'Դարակի անունը պարունակում է անթույլատրելի նշան'; +$messages['selectimportfile'] = 'Ընտրեք ուղարկվող ֆայլը'; +$messages['addresswriterror'] = 'Ընտրված հասցեագիրքը ենթակա չէ փոփոխման'; +$messages['importwait'] = 'Ներկրումն ընթացքի մեջ է...'; +$messages['importerror'] = 'Ներկրումը խափանվեց։ Ներկրված ֆայլը vCard չափաձևի չէ։'; +$messages['importconfirm'] = '$inserted նոր ներկրված հասցեներ, $skipped արդեն առկա հասցեներ՝ <p><em>$names</em></p>'; +$messages['opnotpermitted'] = 'Գործողությունը անթույլատրելի է։'; +$messages['nofromaddress'] = 'Նշված անձը հասցե չունի։'; +$messages['editorwarning'] = 'Դեպի պարզ տեքստի խմբագրիչ անցման դեպքում կկորի տեքստի ձևավորումը։ Շարունակե՞լ։'; -?>
\ No newline at end of file +?> |