Baligh Uddin | d452de6 | 2014-07-05 14:05:50 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2013 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 19 | <string name="app_label" msgid="2783841764617238354">"പ്രമാണങ്ങൾ"</string> |
Geoff Mendal | fc10a33 | 2015-07-31 19:05:36 -0700 | [diff] [blame] | 20 | <string name="files_label" msgid="6051402950202690279">"ഫയലുകൾ"</string> |
Baligh Uddin | d452de6 | 2014-07-05 14:05:50 -0700 | [diff] [blame] | 21 | <string name="title_open" msgid="4353228937663917801">"ഇതിൽ നിന്നും തുറക്കുക"</string> |
| 22 | <string name="title_save" msgid="2433679664882857999">"ഇതില് സംരക്ഷിക്കുക"</string> |
| 23 | <string name="menu_create_dir" msgid="5947289605844398389">"ഫോൾഡർ സൃഷ്ടിക്കുക"</string> |
| 24 | <string name="menu_grid" msgid="6878021334497835259">"ഗ്രിഡ് കാഴ്ച"</string> |
| 25 | <string name="menu_list" msgid="7279285939892417279">"ലിസ്റ്റ് കാഴ്ച"</string> |
| 26 | <string name="menu_sort" msgid="7677740407158414452">"ഇപ്രകാരം അടുക്കുക"</string> |
| 27 | <string name="menu_search" msgid="3816712084502856974">"തിരയൽ"</string> |
| 28 | <string name="menu_settings" msgid="6008033148948428823">"ക്രമീകരണങ്ങൾ"</string> |
| 29 | <string name="menu_open" msgid="432922957274920903">"തുറക്കുക"</string> |
| 30 | <string name="menu_save" msgid="2394743337684426338">"സംരക്ഷിക്കുക"</string> |
| 31 | <string name="menu_share" msgid="3075149983979628146">"പങ്കിടുക"</string> |
| 32 | <string name="menu_delete" msgid="8138799623850614177">"ഇല്ലാതാക്കുക"</string> |
Geoff Mendal | 57883d5 | 2015-06-15 07:14:23 -0500 | [diff] [blame] | 33 | <string name="menu_select_all" msgid="8323579667348729928">"എല്ലാം തിരഞ്ഞെടുക്കുക"</string> |
Geoff Mendal | 3ebbdd0 | 2015-04-08 05:35:59 -0700 | [diff] [blame] | 34 | <string name="menu_copy" msgid="3612326052677229148">"ഇതിൽ പകർത്തുക…"</string> |
Geoff Mendal | b2f4cc4 | 2015-05-21 05:09:18 -0700 | [diff] [blame] | 35 | <string name="menu_move" msgid="1828090633118079817">"ഇതിലേക്ക് നീക്കുക..."</string> |
Geoff Mendal | 9014d99 | 2015-06-01 09:24:50 -0700 | [diff] [blame] | 36 | <string name="menu_copy_to_clipboard" msgid="489311381979634291">"പകര്ത്തുക"</string> |
| 37 | <string name="menu_paste_from_clipboard" msgid="2071583031180257091">"ഒട്ടിക്കുക"</string> |
Geoff Mendal | 85db320 | 2015-07-11 05:21:15 -0700 | [diff] [blame] | 38 | <string name="menu_advanced_show" product="nosdcard" msgid="4693652895715631401">"ആന്തരിക സ്റ്റോറേജ് കാണിക്കുക"</string> |
Baligh Uddin | 75f3506 | 2014-08-18 12:15:13 -0700 | [diff] [blame] | 39 | <string name="menu_advanced_show" product="default" msgid="5792182900084144261">"SD കാർഡ് കാണിക്കുക"</string> |
Geoff Mendal | 85db320 | 2015-07-11 05:21:15 -0700 | [diff] [blame] | 40 | <string name="menu_advanced_hide" product="nosdcard" msgid="4218809952721972589">"ആന്തരിക സ്റ്റോറേജ് മറയ്ക്കുക"</string> |
Baligh Uddin | 75f3506 | 2014-08-18 12:15:13 -0700 | [diff] [blame] | 41 | <string name="menu_advanced_hide" product="default" msgid="4845869969015718848">"SD കാർഡ് മറയ്ക്കുക"</string> |
| 42 | <string name="menu_file_size_show" msgid="3240323619260823076">"ഫയൽ വലുപ്പം കാണിക്കുക"</string> |
| 43 | <string name="menu_file_size_hide" msgid="8881975928502581042">"ഫയൽ വലുപ്പം മറയ്ക്കുക"</string> |
Geoff Mendal | 57883d5 | 2015-06-15 07:14:23 -0500 | [diff] [blame] | 44 | <string name="button_select" msgid="527196987259139214">"തിരഞ്ഞെടുക്കുക"</string> |
Geoff Mendal | 67a8ad3 | 2015-04-17 20:22:14 -0700 | [diff] [blame] | 45 | <string name="button_copy" msgid="8706475544635021302">"പകര്ത്തുക"</string> |
Geoff Mendal | b2f4cc4 | 2015-05-21 05:09:18 -0700 | [diff] [blame] | 46 | <string name="button_move" msgid="2202666023104202232">"നീക്കുക"</string> |
Baligh Uddin | d452de6 | 2014-07-05 14:05:50 -0700 | [diff] [blame] | 47 | <string name="sort_name" msgid="9183560467917256779">"പേര് പ്രകാരം"</string> |
| 48 | <string name="sort_date" msgid="586080032956151448">"പരിഷ്ക്കരിച്ച തീയതി പ്രകാരം"</string> |
| 49 | <string name="sort_size" msgid="3350681319735474741">"വലുപ്പം പ്രകാരം"</string> |
| 50 | <string name="drawer_open" msgid="4545466532430226949">"റൂട്ടുകൾ ദൃശ്യമാക്കുക"</string> |
| 51 | <string name="drawer_close" msgid="7602734368552123318">"റൂട്ടുകൾ മറയ്ക്കുക"</string> |
| 52 | <string name="save_error" msgid="6167009778003223664">"പ്രമാണം സംരക്ഷിക്കുന്നതിൽ പരാജയപ്പെട്ടു"</string> |
| 53 | <string name="create_error" msgid="3735649141335444215">"ഫോൾഡർ സൃഷ്ടിക്കുന്നതിൽ പരാജയപ്പെട്ടു"</string> |
| 54 | <string name="query_error" msgid="1222448261663503501">"പ്രമാണങ്ങൾ അന്വേഷിക്കുന്നതിൽ പരാജയപ്പെട്ടു"</string> |
| 55 | <string name="root_recent" msgid="4470053704320518133">"അടുത്തിടെയുള്ളവ"</string> |
| 56 | <string name="root_available_bytes" msgid="8568452858617033281">"<xliff:g id="SIZE">%1$s</xliff:g> ലഭ്യമാണ്"</string> |
| 57 | <string name="root_type_service" msgid="2178854894416775409">"സംഭരണ സേവനങ്ങൾ"</string> |
| 58 | <string name="root_type_shortcut" msgid="3318760609471618093">"കുറുക്കുവഴികൾ"</string> |
| 59 | <string name="root_type_device" msgid="7121342474653483538">"ഉപകരണങ്ങൾ"</string> |
| 60 | <string name="root_type_apps" msgid="8838065367985945189">"കൂടുതൽ അപ്ലിക്കേഷനുകൾ"</string> |
Baligh Uddin | d452de6 | 2014-07-05 14:05:50 -0700 | [diff] [blame] | 61 | <string name="empty" msgid="7858882803708117596">"ഇനങ്ങളൊന്നുമില്ല"</string> |
| 62 | <string name="toast_no_application" msgid="1339885974067891667">"ഫയൽ തുറക്കാനായില്ല"</string> |
| 63 | <string name="toast_failed_delete" msgid="2180678019407244069">"ചില പ്രമാണങ്ങൾ ഇല്ലാതാക്കാനായില്ല"</string> |
| 64 | <string name="share_via" msgid="8966594246261344259">"ഇതുവഴി പങ്കിടുക"</string> |
Geoff Mendal | 3ebbdd0 | 2015-04-08 05:35:59 -0700 | [diff] [blame] | 65 | <string name="copy_notification_title" msgid="6374299806748219777">"ഫയലുകൾ പകർത്തുന്നു"</string> |
Geoff Mendal | 25f4db5 | 2015-06-08 07:22:18 -0500 | [diff] [blame] | 66 | <string name="move_notification_title" msgid="6193835179777284805">"ഫയലുകൾ നീക്കുന്നു"</string> |
Geoff Mendal | 3ebbdd0 | 2015-04-08 05:35:59 -0700 | [diff] [blame] | 67 | <string name="copy_remaining" msgid="6283790937387975095">"<xliff:g id="DURATION">%s</xliff:g> ശേഷിക്കുന്നു"</string> |
| 68 | <plurals name="copy_begin" formatted="false" msgid="9071199452634086365"> |
| 69 | <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ പകർത്തുന്നു.</item> |
| 70 | <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ പകർത്തുന്നു.</item> |
| 71 | </plurals> |
Geoff Mendal | b2f4cc4 | 2015-05-21 05:09:18 -0700 | [diff] [blame] | 72 | <plurals name="move_begin" formatted="false" msgid="8430330882138871643"> |
| 73 | <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ നീക്കുന്നു.</item> |
| 74 | <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ നീക്കുന്നു.</item> |
| 75 | </plurals> |
Geoff Mendal | b47a7fe | 2015-04-15 05:16:32 -0700 | [diff] [blame] | 76 | <string name="copy_preparing" msgid="3896202461003039386">"പകർപ്പിനായി തയ്യാറെടുക്കുന്നു…"</string> |
Geoff Mendal | 25f4db5 | 2015-06-08 07:22:18 -0500 | [diff] [blame] | 77 | <string name="move_preparing" msgid="2772219441375531410">"നീക്കാനൊരുങ്ങുന്നു…"</string> |
Geoff Mendal | b353029 | 2015-04-29 05:18:45 -0700 | [diff] [blame] | 78 | <plurals name="copy_error_notification_title" formatted="false" msgid="5267616889076217261"> |
| 79 | <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ പകർത്താനായില്ല</item> |
| 80 | <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ പകർത്താനായില്ല</item> |
| 81 | </plurals> |
Geoff Mendal | 25f4db5 | 2015-06-08 07:22:18 -0500 | [diff] [blame] | 82 | <plurals name="move_error_notification_title" formatted="false" msgid="2779299594174898891"> |
| 83 | <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ നീക്കാനായില്ല</item> |
| 84 | <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ നീക്കാനായില്ല</item> |
| 85 | </plurals> |
Geoff Mendal | 67a8ad3 | 2015-04-17 20:22:14 -0700 | [diff] [blame] | 86 | <string name="notification_touch_for_details" msgid="4483108577842961665">"വിശദാംശങ്ങൾ കാണാൻ സ്പർശിക്കുക"</string> |
| 87 | <string name="retry" msgid="7564024179122207376">"വീണ്ടും ശ്രമിക്കുക"</string> |
Geoff Mendal | b353029 | 2015-04-29 05:18:45 -0700 | [diff] [blame] | 88 | <string name="copy_failure_alert_content" msgid="3715575000297709082">"ഈ ഫയലുകൾ പകർത്താനായില്ല: <xliff:g id="LIST">%1$s</xliff:g>"</string> |
Geoff Mendal | 25f4db5 | 2015-06-08 07:22:18 -0500 | [diff] [blame] | 89 | <string name="move_failure_alert_content" msgid="7151140279020481180">"ഈ ഫയലുകളെ നീക്കിയില്ല: <xliff:g id="LIST">%1$s</xliff:g>"</string> |
Geoff Mendal | 545f650 | 2015-05-11 05:16:42 -0700 | [diff] [blame] | 90 | <plurals name="clipboard_files_clipped" formatted="false" msgid="855459017537058539"> |
| 91 | <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ ക്ലിപ്പ്ബോർഡിലേക്ക് പകർത്തി.</item> |
| 92 | <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ ക്ലിപ്പ്ബോർഡിലേക്ക് പകർത്തി.</item> |
| 93 | </plurals> |
Geoff Mendal | 25f4db5 | 2015-06-08 07:22:18 -0500 | [diff] [blame] | 94 | <string name="clipboard_files_cannot_paste" msgid="2878324825602325706">"തിരഞ്ഞെടുത്ത ഫയലുകൾ ഈ ലൊക്കേഷനിൽ ഒട്ടിക്കാനാകുന്നില്ല."</string> |
Baligh Uddin | d452de6 | 2014-07-05 14:05:50 -0700 | [diff] [blame] | 95 | </resources> |