mirror of
https://github.com/joel16/VitaShell.git
synced 2024-11-27 05:40:21 +00:00
d6af778e33
Take vitashell-themes, remove all folders except translations, move these translations to "l10n", and remoe unreferenced objects. This was done in order to keep the entire commit history of changes (the last thing I would want to do is lose it, especially with git which makes this easy) and also significantly make the size of the repo smaller; it went from ~40mb to 300kb, which is much easier to merge to VitaShell. What about the other folders in vitashell-themes? Well, they're kept alive in the repo, but it's going to stay unmaintained; they're not deleted outright to avoid wasting the effort which has been done for them, and in case someone referenced the vitashell-themes repo for a non-translation.
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
# VitaShell polish translation by szczuru
|
|
|
|
ERROR = "Błąd 0x%08X."
|
|
OK = "OK"
|
|
YES = "Tak"
|
|
NO = "Nie"
|
|
CANCEL = "Anuluj"
|
|
OFFSET = "Offset"
|
|
MARK_ALL = "Zaznacz wszystko"
|
|
UNMARK_ALL = "Odznacz wszystko"
|
|
MOVE = "Przenieś"
|
|
COPY = "Kopiuj"
|
|
PASTE = "Wklej"
|
|
DELETE = "Usuń"
|
|
RENAME = "Zmień nazwę"
|
|
NEW_FOLDER = "Nowy folder"
|
|
FOLDER = "Folder"
|
|
COPIED_FILE = "Skopiowano plików: %d"
|
|
COPIED_FOLDER = "Skopiowano folderów: %d"
|
|
COPIED_FILES_FOLDERS = "Skopiowane pliki/foldery: %d"
|
|
MOVING = "Przenoszenie..."
|
|
COPYING = "Kopiowanie..."
|
|
DELETING = "Usuwanie..."
|
|
INSTALLING = "Instalowanie..."
|
|
DELETE_FILE_QUESTION = "Czy na pewno chcesz usunąć ten plik?"
|
|
DELETE_FOLDER_QUESTION = "Czy na pewno chcesz usunąć ten folder?"
|
|
DELETE_FILES_FOLDERS_QUESTION = "Czy na pewno chcesz usunąć te pliki/foldery?"
|
|
INSTALL_QUESTION = "Czy chcesz zainstalować tę paczkę?"
|
|
WIFI_ERROR = "Aby to zrobić, musisz uzyć Wi-Fi."
|
|
FTP_SERVER = "Serwer FTP jest aktywny pod adresem\ftp://%s:%i\\Naciśnij 'OK' aby działał w tle.\Naciśnij 'Anuluj' aby się rozłączyć."
|