Bill Yi | a01d9ce | 2016-12-05 19:17:36 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2009 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 |
Bill Yi | ae947e4 | 2017-03-23 02:33:58 -0700 | [diff] [blame] | 7 | |
Bill Yi | a01d9ce | 2016-12-05 19:17:36 +0000 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Bill Yi | ae947e4 | 2017-03-23 02:33:58 -0700 | [diff] [blame] | 9 | |
Bill Yi | a01d9ce | 2016-12-05 19:17:36 +0000 | [diff] [blame] | 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="uid_label" msgid="8421971615411294156">"Conținut media"</string> |
Bill Yi | af4031f | 2017-03-31 03:11:58 -0700 | [diff] [blame] | 20 | <string name="storage_description" msgid="4081716890357580107">"Stocare locală"</string> |
Bill Yi | a01d9ce | 2016-12-05 19:17:36 +0000 | [diff] [blame] | 21 | <string name="app_label" msgid="9035307001052716210">"Stocarea conținutului media"</string> |
| 22 | <string name="artist_label" msgid="8105600993099120273">"Artist"</string> |
Bill Yi | 34909fc | 2020-01-19 18:31:49 -0800 | [diff] [blame] | 23 | <string name="unknown" msgid="2059049215682829375">"Necunoscut"</string> |
Bill Yi | a01d9ce | 2016-12-05 19:17:36 +0000 | [diff] [blame] | 24 | <string name="root_images" msgid="5861633549189045666">"Imagini"</string> |
| 25 | <string name="root_videos" msgid="8792703517064649453">"Videoclipuri"</string> |
| 26 | <string name="root_audio" msgid="3505830755201326018">"Conținut audio"</string> |
Bill Yi | b3b3f21 | 2020-01-28 07:23:53 -0800 | [diff] [blame] | 27 | <string name="root_documents" msgid="3829103301363849237">"Documente"</string> |
Bill Yi | 716b24a | 2019-02-20 20:45:36 -0800 | [diff] [blame] | 28 | <string name="permission_required" msgid="1460820436132943754">"Este necesară permisiunea ca să modificați sau să ștergeți acest element."</string> |
| 29 | <string name="permission_required_action" msgid="706370952366113539">"Continuați"</string> |
Bill Yi | 3b80550 | 2019-01-12 04:38:30 -0800 | [diff] [blame] | 30 | <string name="grant_dialog_button_allow" msgid="1644287024501033471">"Permiteți"</string> |
| 31 | <string name="grant_dialog_button_deny" msgid="6190589471415815741">"Refuzați"</string> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 32 | <plurals name="permission_more_thumb" formatted="false" msgid="4392079224649478923"> |
| 33 | <item quantity="few">+ <xliff:g id="COUNT_1">^1</xliff:g></item> |
| 34 | <item quantity="other">+ <xliff:g id="COUNT_1">^1</xliff:g></item> |
| 35 | <item quantity="one">+ <xliff:g id="COUNT_0">^1</xliff:g></item> |
| 36 | </plurals> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 37 | <plurals name="permission_more_text" formatted="false" msgid="7291997297174507324"> |
| 38 | <item quantity="few">Și încă <xliff:g id="COUNT_1">^1</xliff:g> elemente</item> |
| 39 | <item quantity="other">Și încă <xliff:g id="COUNT_1">^1</xliff:g> de elemente</item> |
| 40 | <item quantity="one">Și încă <xliff:g id="COUNT_0">^1</xliff:g> element</item> |
| 41 | </plurals> |
Bill Yi | c585e6d | 2020-11-10 10:30:03 +0000 | [diff] [blame] | 42 | <string name="cache_clearing_dialog_title" msgid="8907893815183913664">"Ștergeți fișierele temporare ale aplicațiilor"</string> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 43 | <string name="cache_clearing_dialog_text" msgid="7057784635111940957">"<xliff:g id="APP_SEEKING_PERMISSION">%s</xliff:g> vrea să șteargă fișiere temporare. Aceasta poate duce la creșterea gradului de utilizare a bateriei sau a datelor mobile."</string> |
Bill Yi | c585e6d | 2020-11-10 10:30:03 +0000 | [diff] [blame] | 44 | <string name="cache_clearing_in_progress_title" msgid="6902220064511664209">"Se șterg fișierele temporare ale aplicațiilor…"</string> |
| 45 | <string name="clear" msgid="5524638938415865915">"Ștergeți"</string> |
Bill Yi | 6237293 | 2020-03-02 09:30:34 -0800 | [diff] [blame] | 46 | <string name="allow" msgid="8885707816848569619">"Permiteți"</string> |
| 47 | <string name="deny" msgid="6040983710442068936">"Refuzați"</string> |
Bill Yi | c0ae624 | 2021-06-01 00:31:14 +0000 | [diff] [blame] | 48 | <string name="add" msgid="2894574044585549298">"Adăugați"</string> |
Bill Yi | 3fc1458 | 2021-06-11 15:47:34 +0000 | [diff] [blame] | 49 | <string name="deselect" msgid="4297825044827769490">"Debifați"</string> |
| 50 | <string name="select" msgid="2704765470563027689">"Selectați"</string> |
Bill Yi | aaf4b71 | 2021-07-27 21:15:25 +0000 | [diff] [blame] | 51 | <plurals name="select_up_to" formatted="false" msgid="2878367759927215675"> |
| 52 | <item quantity="few">Selectați maximum <xliff:g id="COUNT_1">^1</xliff:g> elemente</item> |
| 53 | <item quantity="other">Selectați maximum <xliff:g id="COUNT_1">^1</xliff:g> de elemente</item> |
| 54 | <item quantity="one">Selectați maximum <xliff:g id="COUNT_0">^1</xliff:g> element</item> |
| 55 | </plurals> |
Bill Yi | 9bbde0d | 2021-06-15 08:38:47 +0000 | [diff] [blame] | 56 | <string name="recent" msgid="6694613584743207874">"Recente"</string> |
Bill Yi | 82970f8 | 2021-06-07 18:21:17 +0000 | [diff] [blame] | 57 | <string name="picker_view_selected" msgid="2266031384396143883">"Vedeți elementele selectate"</string> |
Bill Yi | 3352033 | 2021-07-06 03:47:42 +0000 | [diff] [blame] | 58 | <string name="picker_photos" msgid="7415035516411087392">"Fotografii"</string> |
| 59 | <string name="picker_albums" msgid="4822511902115299142">"Albume"</string> |
Bill Yi | 5177987 | 2021-08-21 00:57:41 +0000 | [diff] [blame] | 60 | <string name="picker_work_profile" msgid="2083221066869141576">"Comutați la serviciu"</string> |
| 61 | <string name="picker_personal_profile" msgid="639484258397758406">"Comutați la personal"</string> |
Bill Yi | 375e6dc | 2021-09-11 04:40:49 +0000 | [diff] [blame] | 62 | <string name="picker_profile_admin_title" msgid="4172022376418293777">"Blocat de administrator"</string> |
| 63 | <string name="picker_profile_admin_msg_from_personal" msgid="1941639895084555723">"Accesarea datelor de lucru dintr-o aplicație personală nu este permisă"</string> |
| 64 | <string name="picker_profile_admin_msg_from_work" msgid="8048524337462790110">"Accesarea datelor personale dintr-o aplicație pentru lucru nu este permisă"</string> |
Bill Yi | c22d10a | 2021-09-24 07:42:16 +0000 | [diff] [blame^] | 65 | <string name="picker_profile_work_paused_title" msgid="382212880704235925">"Aplicațiile pentru lucru sunt întrerupte"</string> |
| 66 | <string name="picker_profile_work_paused_msg" msgid="6321552322125246726">"Ca să deschideți fotografiile de lucru, porniți aplicațiile pentru lucru și încercați din nou"</string> |
Bill Yi | 3352033 | 2021-07-06 03:47:42 +0000 | [diff] [blame] | 67 | <plurals name="picker_album_item_count" formatted="false" msgid="1706547226783599356"> |
| 68 | <item quantity="few"><xliff:g id="COUNT_1">^1</xliff:g> elemente</item> |
| 69 | <item quantity="other"><xliff:g id="COUNT_1">^1</xliff:g> de elemente</item> |
| 70 | <item quantity="one"><xliff:g id="COUNT_0">^1</xliff:g> element</item> |
| 71 | </plurals> |
| 72 | <string name="picker_add_button_multi_select" msgid="4005164092275518399">"Adăugați (<xliff:g id="COUNT">^1</xliff:g>)"</string> |
Bill Yi | aaf4b71 | 2021-07-27 21:15:25 +0000 | [diff] [blame] | 73 | <string name="picker_category_camera" msgid="4857367052026843664">"Cameră"</string> |
| 74 | <string name="picker_category_downloads" msgid="793866660287361900">"Descărcări"</string> |
| 75 | <string name="picker_category_favorites" msgid="7008495397818966088">"Preferate"</string> |
| 76 | <string name="picker_category_screenshots" msgid="7216102327587644284">"Capturi de ecran"</string> |
| 77 | <!-- no translation found for picker_category_videos (1478458836380241356) --> |
| 78 | <skip /> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 79 | <plurals name="permission_write_audio" formatted="false" msgid="8914759422381305478"> |
| 80 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să modifice <xliff:g id="COUNT">^2</xliff:g> fișiere audio?</item> |
| 81 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să modifice <xliff:g id="COUNT">^2</xliff:g> de fișiere audio?</item> |
| 82 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să modifice acest fișier audio?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 83 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 84 | <plurals name="permission_progress_write_audio" formatted="false" msgid="3757901555809850632"> |
| 85 | <item quantity="few">Se modifică <xliff:g id="COUNT">^1</xliff:g> fișiere audio…</item> |
| 86 | <item quantity="other">Se modifică <xliff:g id="COUNT">^1</xliff:g> de fișiere audio…</item> |
| 87 | <item quantity="one">Se modifică fișierul audio…</item> |
| 88 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 89 | <plurals name="permission_write_video" formatted="false" msgid="1098082003326873084"> |
| 90 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să modifice <xliff:g id="COUNT">^2</xliff:g> videoclipuri?</item> |
| 91 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să modifice <xliff:g id="COUNT">^2</xliff:g> de videoclipuri?</item> |
| 92 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să modifice acest videoclip?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 93 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 94 | <plurals name="permission_progress_write_video" formatted="false" msgid="2244685155683762411"> |
| 95 | <item quantity="few">Se modifică <xliff:g id="COUNT">^1</xliff:g> videoclipuri…</item> |
| 96 | <item quantity="other">Se modifică <xliff:g id="COUNT">^1</xliff:g> de videoclipuri…</item> |
| 97 | <item quantity="one">Se modifică videoclipul…</item> |
| 98 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 99 | <plurals name="permission_write_image" formatted="false" msgid="748745548893845892"> |
| 100 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să modifice <xliff:g id="COUNT">^2</xliff:g> fotografii?</item> |
| 101 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să modifice <xliff:g id="COUNT">^2</xliff:g> de fotografii?</item> |
| 102 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să modifice această fotografie?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 103 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 104 | <plurals name="permission_progress_write_image" formatted="false" msgid="9126939088839855157"> |
| 105 | <item quantity="few">Se modifică <xliff:g id="COUNT">^1</xliff:g> fotografii…</item> |
| 106 | <item quantity="other">Se modifică <xliff:g id="COUNT">^1</xliff:g> de fotografii…</item> |
| 107 | <item quantity="one">Se modifică fotografia…</item> |
| 108 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 109 | <plurals name="permission_write_generic" formatted="false" msgid="3270172714743671779"> |
| 110 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să modifice <xliff:g id="COUNT">^2</xliff:g> elemente?</item> |
| 111 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să modifice <xliff:g id="COUNT">^2</xliff:g> de elemente?</item> |
| 112 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să modifice acest element?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 113 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 114 | <plurals name="permission_progress_write_generic" formatted="false" msgid="1928961922186705621"> |
| 115 | <item quantity="few">Se modifică <xliff:g id="COUNT">^1</xliff:g> elemente…</item> |
| 116 | <item quantity="other">Se modifică <xliff:g id="COUNT">^1</xliff:g> de elemente…</item> |
| 117 | <item quantity="one">Se modifică un element…</item> |
| 118 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 119 | <plurals name="permission_trash_audio" formatted="false" msgid="8907813869381755423"> |
| 120 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să mute <xliff:g id="COUNT">^2</xliff:g> fișiere audio în coșul de gunoi?</item> |
| 121 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să mute <xliff:g id="COUNT">^2</xliff:g> de fișiere audio în coșul de gunoi?</item> |
| 122 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să mute acest fișier audio în coșul de gunoi?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 123 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 124 | <plurals name="permission_progress_trash_audio" formatted="false" msgid="8142631134676951388"> |
| 125 | <item quantity="few">Se mută <xliff:g id="COUNT">^1</xliff:g> fișiere audio în coșul de gunoi…</item> |
| 126 | <item quantity="other">Se mută <xliff:g id="COUNT">^1</xliff:g> de fișiere audio în coșul de gunoi…</item> |
| 127 | <item quantity="one">Se mută fișierul audio în coșul de gunoi…</item> |
| 128 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 129 | <plurals name="permission_trash_video" formatted="false" msgid="4672871911555787438"> |
| 130 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să mute <xliff:g id="COUNT">^2</xliff:g> videoclipuri în coșul de gunoi?</item> |
| 131 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să mute <xliff:g id="COUNT">^2</xliff:g> de videoclipuri în coșul de gunoi?</item> |
| 132 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să mute acest videoclip în coșul de gunoi?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 133 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 134 | <plurals name="permission_progress_trash_video" formatted="false" msgid="2566683722600149120"> |
| 135 | <item quantity="few">Se mută <xliff:g id="COUNT">^1</xliff:g> videoclipuri în coșul de gunoi…</item> |
| 136 | <item quantity="other">Se mută <xliff:g id="COUNT">^1</xliff:g> de videoclipuri în coșul de gunoi…</item> |
| 137 | <item quantity="one">Se mută videoclipul în coșul de gunoi…</item> |
| 138 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 139 | <plurals name="permission_trash_image" formatted="false" msgid="6400475304599873227"> |
| 140 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să mute <xliff:g id="COUNT">^2</xliff:g> fotografii în coșul de gunoi?</item> |
| 141 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să mute <xliff:g id="COUNT">^2</xliff:g> de fotografii în coșul de gunoi?</item> |
| 142 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să mute această fotografie în coșul de gunoi?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 143 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 144 | <plurals name="permission_progress_trash_image" formatted="false" msgid="4529586663770971476"> |
| 145 | <item quantity="few">Se mută <xliff:g id="COUNT">^1</xliff:g> fotografii în coșul de gunoi…</item> |
| 146 | <item quantity="other">Se mută <xliff:g id="COUNT">^1</xliff:g> de fotografii în coșul de gunoi…</item> |
| 147 | <item quantity="one">Se mută fotografia în coșul de gunoi…</item> |
| 148 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 149 | <plurals name="permission_trash_generic" formatted="false" msgid="3814167365075039711"> |
| 150 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să mute <xliff:g id="COUNT">^2</xliff:g> elemente în coșul de gunoi?</item> |
| 151 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să mute <xliff:g id="COUNT">^2</xliff:g> de elemente în coșul de gunoi?</item> |
| 152 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să mute acest element în coșul de gunoi?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 153 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 154 | <plurals name="permission_progress_trash_generic" formatted="false" msgid="6995141190896908381"> |
| 155 | <item quantity="few">Se mută <xliff:g id="COUNT">^1</xliff:g> elemente în coșul de gunoi…</item> |
| 156 | <item quantity="other">Se mută <xliff:g id="COUNT">^1</xliff:g> de elemente în coșul de gunoi…</item> |
| 157 | <item quantity="one">Se mută elementul în coșul de gunoi…</item> |
| 158 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 159 | <plurals name="permission_untrash_audio" formatted="false" msgid="7795265980168966321"> |
| 160 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să scoată <xliff:g id="COUNT">^2</xliff:g> fișiere audio din coșul de gunoi?</item> |
| 161 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să scoată <xliff:g id="COUNT">^2</xliff:g> de fișiere audio din coșul de gunoi?</item> |
| 162 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să scoată acest fișier audio din coșul de gunoi?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 163 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 164 | <plurals name="permission_progress_untrash_audio" formatted="false" msgid="4047200387122043006"> |
| 165 | <item quantity="few">Se scot <xliff:g id="COUNT">^1</xliff:g> fișiere audio din coșul de gunoi…</item> |
| 166 | <item quantity="other">Se scot <xliff:g id="COUNT">^1</xliff:g> de fișiere audio din coșul de gunoi…</item> |
| 167 | <item quantity="one">Se scoate fișierul audio din coșul de gunoi…</item> |
| 168 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 169 | <plurals name="permission_untrash_video" formatted="false" msgid="332894888445508879"> |
| 170 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să scoată <xliff:g id="COUNT">^2</xliff:g> videoclipuri din coșul de gunoi?</item> |
| 171 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să scoată <xliff:g id="COUNT">^2</xliff:g> de videoclipuri din coșul de gunoi?</item> |
| 172 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să scoată acest videoclip din coșul de gunoi?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 173 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 174 | <plurals name="permission_progress_untrash_video" formatted="false" msgid="7996233128375495458"> |
| 175 | <item quantity="few">Se scot <xliff:g id="COUNT">^1</xliff:g> videoclipuri din coșul de gunoi…</item> |
| 176 | <item quantity="other">Se scot <xliff:g id="COUNT">^1</xliff:g> de videoclipuri din coșul de gunoi…</item> |
| 177 | <item quantity="one">Se scoate videoclipul din coșul de gunoi…</item> |
| 178 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 179 | <plurals name="permission_untrash_image" formatted="false" msgid="7024071378733595056"> |
| 180 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să scoată <xliff:g id="COUNT">^2</xliff:g> fotografii din coșul de gunoi?</item> |
| 181 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să scoată <xliff:g id="COUNT">^2</xliff:g> de fotografii din coșul de gunoi?</item> |
| 182 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să scoată această fotografie din coșul de gunoi?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 183 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 184 | <plurals name="permission_progress_untrash_image" formatted="false" msgid="3473769131910926122"> |
| 185 | <item quantity="few">Se scot <xliff:g id="COUNT">^1</xliff:g> fotografii din coșul de gunoi…</item> |
| 186 | <item quantity="other">Se scot <xliff:g id="COUNT">^1</xliff:g> de fotografii din coșul de gunoi…</item> |
| 187 | <item quantity="one">Se scoate fotografia din coșul de gunoi…</item> |
| 188 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 189 | <plurals name="permission_untrash_generic" formatted="false" msgid="6872817093731198374"> |
| 190 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să scoată <xliff:g id="COUNT">^2</xliff:g> elemente din coșul de gunoi?</item> |
| 191 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să scoată <xliff:g id="COUNT">^2</xliff:g> de elemente din coșul de gunoi?</item> |
| 192 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să scoată acest element din coșul de gunoi?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 193 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 194 | <plurals name="permission_progress_untrash_generic" formatted="false" msgid="263867753672461510"> |
| 195 | <item quantity="few">Se scot <xliff:g id="COUNT">^1</xliff:g> elemente din coșul de gunoi…</item> |
| 196 | <item quantity="other">Se scot <xliff:g id="COUNT">^1</xliff:g> de elemente din coșul de gunoi…</item> |
| 197 | <item quantity="one">Se scoate elementul din coșul de gunoi…</item> |
| 198 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 199 | <plurals name="permission_delete_audio" formatted="false" msgid="6848547621165184719"> |
| 200 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să șteargă <xliff:g id="COUNT">^2</xliff:g> fișiere audio?</item> |
| 201 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să șteargă <xliff:g id="COUNT">^2</xliff:g> de fișiere audio?</item> |
| 202 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să șteargă acest fișier audio?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 203 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 204 | <plurals name="permission_progress_delete_audio" formatted="false" msgid="8579231060666743501"> |
| 205 | <item quantity="few">Se șterg <xliff:g id="COUNT">^1</xliff:g> fișiere audio…</item> |
| 206 | <item quantity="other">Se șterg <xliff:g id="COUNT">^1</xliff:g> de fișiere audio…</item> |
| 207 | <item quantity="one">Se șterge fișierul audio…</item> |
| 208 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 209 | <plurals name="permission_delete_video" formatted="false" msgid="1251942606336748563"> |
| 210 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să șteargă <xliff:g id="COUNT">^2</xliff:g> videoclipuri?</item> |
| 211 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să șteargă <xliff:g id="COUNT">^2</xliff:g> de videoclipuri?</item> |
| 212 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să șteargă acest videoclip?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 213 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 214 | <plurals name="permission_progress_delete_video" formatted="false" msgid="4349991290732459111"> |
| 215 | <item quantity="few">Se șterg <xliff:g id="COUNT">^1</xliff:g> videoclipuri…</item> |
| 216 | <item quantity="other">Se șterg <xliff:g id="COUNT">^1</xliff:g> de videoclipuri…</item> |
| 217 | <item quantity="one">Se șterge videoclipul…</item> |
| 218 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 219 | <plurals name="permission_delete_image" formatted="false" msgid="2303409455224710111"> |
| 220 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să șteargă <xliff:g id="COUNT">^2</xliff:g> fotografii?</item> |
| 221 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să șteargă <xliff:g id="COUNT">^2</xliff:g> de fotografii?</item> |
| 222 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să șteargă această fotografie?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 223 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 224 | <plurals name="permission_progress_delete_image" formatted="false" msgid="118648854886957046"> |
| 225 | <item quantity="few">Se șterg <xliff:g id="COUNT">^1</xliff:g> fotografii…</item> |
| 226 | <item quantity="other">Se șterg <xliff:g id="COUNT">^1</xliff:g> de fotografii…</item> |
| 227 | <item quantity="one">Se șterge fotografia…</item> |
| 228 | </plurals> |
Bill Yi | c9907f9 | 2020-03-28 20:04:06 -0700 | [diff] [blame] | 229 | <plurals name="permission_delete_generic" formatted="false" msgid="1412218850351841181"> |
| 230 | <item quantity="few">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să șteargă <xliff:g id="COUNT">^2</xliff:g> elemente?</item> |
| 231 | <item quantity="other">Permiteți ca <xliff:g id="APP_NAME_1">^1</xliff:g> să șteargă <xliff:g id="COUNT">^2</xliff:g> de elemente?</item> |
| 232 | <item quantity="one">Permiteți ca <xliff:g id="APP_NAME_0">^1</xliff:g> să șteargă acest element?</item> |
Bill Yi | 0ea4ee6 | 2019-12-24 19:26:19 -0800 | [diff] [blame] | 233 | </plurals> |
Bill Yi | e049b52 | 2021-03-01 15:26:00 -0800 | [diff] [blame] | 234 | <plurals name="permission_progress_delete_generic" formatted="false" msgid="1006212243422543162"> |
| 235 | <item quantity="few">Se șterg <xliff:g id="COUNT">^1</xliff:g> elemente…</item> |
| 236 | <item quantity="other">Se șterg <xliff:g id="COUNT">^1</xliff:g> de elemente…</item> |
| 237 | <item quantity="one">Se șterge elementul…</item> |
| 238 | </plurals> |
Bill Yi | 2b87e0a | 2021-04-18 03:31:28 +0000 | [diff] [blame] | 239 | <string name="transcode_denied" msgid="6760546817138288976">"<xliff:g id="APP_NAME">%s</xliff:g> nu poate procesa fișiere media"</string> |
Bill Yi | 48bcdc4 | 2021-04-23 05:13:02 +0000 | [diff] [blame] | 240 | <string name="transcode_processing_cancelled" msgid="5340383917746945590">"Procesarea conținutului media a fost anulată"</string> |
| 241 | <string name="transcode_processing_error" msgid="8921643164508407874">"Eroare la procesarea conținutului media"</string> |
| 242 | <string name="transcode_processing_success" msgid="447288876429730122">"Procesarea conținutului media s-a finalizat"</string> |
| 243 | <string name="transcode_processing_started" msgid="7789086308155361523">"Procesarea conținutului media a început"</string> |
| 244 | <string name="transcode_processing" msgid="6753136468864077258">"Se procesează conținutul media…"</string> |
| 245 | <string name="transcode_cancel" msgid="8555752601907598192">"Anulați"</string> |
| 246 | <string name="transcode_wait" msgid="8909773149560697501">"Așteptați"</string> |
Bill Yi | a01d9ce | 2016-12-05 19:17:36 +0000 | [diff] [blame] | 247 | </resources> |