strings.xml 3.08 KB
Newer Older
1
<?xml version="1.0" encoding="UTF-8"?>
Kenny Root's avatar
Kenny Root committed
2
<!--  Copyright (C) 2007 The Android Open Source Project
3 4 5 6 7 8 9 10 11 12 13 14

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
Kenny Root's avatar
Kenny Root committed
15 16
 -->

17 18
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Eric Fischer's avatar
Eric Fischer committed
19 20 21 22 23 24 25 26
    <string name="app_name" msgid="5955735546071433666">"Rejestrator dźwięku"</string>
    <string name="record_your_message" msgid="1583671906691662148">"Nagraj wiadomość"</string>
    <string name="message_recorded" msgid="381539460921872233">"Wiadomość została nagrana"</string>
    <string name="review_message" msgid="201616012287839474">"Przejrzyj wiadomość"</string>
    <string name="recording" msgid="4426791467211376099">"Nagrywanie"</string>
    <string name="recording_stopped" msgid="1580278719585249612">"Nagrywanie zostało zatrzymane"</string>
    <string name="storage_is_full" msgid="416039755956726221">"Pamięć jest pełna"</string>
    <string name="max_length_reached" msgid="6398215743584093353">"Osiągnięto maksymalną długość"</string>
Eric Fischer's avatar
Eric Fischer committed
27
    <string name="insert_sd_card" product="nosdcard" msgid="8212754638456591792">"Podłącz nośnik USB"</string>
Eric Fischer's avatar
Eric Fischer committed
28
    <string name="insert_sd_card" product="default" msgid="2251831579676114197">"Włóż kartę SD"</string>
Eric Fischer's avatar
Eric Fischer committed
29 30
    <string name="min_available" msgid="5493947690062988925">"Zostało <xliff:g id="MINUTES">%d</xliff:g> min."</string>
    <string name="sec_available" msgid="2297020788861694399">"Zostało <xliff:g id="SECONDS">%d</xliff:g> sek."</string>
Eric Fischer's avatar
Eric Fischer committed
31 32 33
    <string name="accept" msgid="7770652589312551402">"Użyj tego nagrania"</string>
    <string name="discard" msgid="761613433029406319">"Odrzuć"</string>
    <string name="button_ok" msgid="3004911343723076226">"OK"</string>
34
    <!-- no translation found for audio_db_title_format (7912182366970749312) -->
35
    <skip />
Eric Fischer's avatar
Eric Fischer committed
36 37 38
    <string name="audio_db_artist_name" msgid="961640229118120080">"Twoje nagrania"</string>
    <string name="audio_db_album_name" msgid="9072588113803264440">"Nagrania audio"</string>
    <string name="audio_db_playlist_name" msgid="5592939050047058162">"Moje nagrania"</string>
Eric Fischer's avatar
Eric Fischer committed
39
    <string name="error_sdcard_access" product="nosdcard" msgid="7292601458300337571">"Nie można uzyskać dostępu do nośnika USB"</string>
Eric Fischer's avatar
Eric Fischer committed
40
    <string name="error_sdcard_access" product="default" msgid="8005660724361043509">"Nie można uzyskać dostępu do karty SD"</string>
Eric Fischer's avatar
Eric Fischer committed
41 42
    <string name="error_app_internal" msgid="2365923237657572011">"Błąd wewnętrzny programu"</string>
    <string name="error_mediadb_new_record" msgid="2225774949947938064">"Nie można zapisać nagrania"</string>
43
</resources>