enable cyanogenmod stuff
[android_pandora.git] / apps / oi-filemanager / FileManager / res / values-sl / strings.xml
diff --git a/apps/oi-filemanager/FileManager/res/values-sl/strings.xml b/apps/oi-filemanager/FileManager/res/values-sl/strings.xml
deleted file mode 100644 (file)
index b606623..0000000
+++ /dev/null
@@ -1,197 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 
- * Copyright (C) 2007-2008 OpenIntents.org
- *
- * 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.
- -->
-<resources>
-       <!-- ***************************
-            About information
-            *************************** -->
-       
-       <!-- Automatically filled in by Launchpad: -->
-       <string name="about_translators">Launchpad Contributions:
-  OpenIntents devs https://launchpad.net/~openintents-devs
-  met https://launchpad.net/~dot-cis</string>
-       
-    <!-- Short explanation of the application (max. 80 characters) -->
-    <string name="about_comments">Manage files on the SD card with OI File Manager.</string>  
-       
-       <!-- ***************************
-            Applicatio-specific strings
-            *************************** -->
-       <!-- Name of application. Can be localized. OI = OpenIntents should stay unmodified. -->
-    <string name="app_name">OI File Manager</string>
-    
-    <string name="menu_new_folder">Nova mapa</string>
-    
-    <!-- Multi select option menu -->
-    <string name="menu_multi_select">Izberi več</string>
-
-    <string name="menu_delete">Izbriši</string>
-    <string name="menu_rename">Preimenuj</string>
-    <string name="menu_send">Pošlji</string>
-    <string name="menu_open">Odpri</string>
-    <string name="menu_move">Prestavi</string>
-    <string name="menu_copy">Kopiraj</string>
-    <string name="menu_details">Details</string>
-    <string name="menu_more">More</string>
-    <string name="menu_compress">Compress (ZIP)</string>
-    <string name="menu_extract">Extract (ZIP)</string>
-    <string name="menu_filter">Filter</string>
-    <string name="menu_include_in_media_scan">Vključi v pregled datotek</string>
-    <string name="menu_exclude_from_media_scan">Izključi iz pregleda datotek</string>
-    <string name="menu_bookmark">Add to bookmarks</string>
-    <string name="menu_refresh">Refresh</string>
-    
-    <string name="create_new_folder">Ustvari novo mapo</string>
-    <string name="folder_name">Ime mape</string>
-    <string name="file_name">Ime mape</string>
-    <string name="extension">Extension (with \'.\')</string>
-    <string name="this_folder_is_empty">Ta mapa je prazna.</string>
-    <string name="really_delete">Res želiš izbrisati datoteko %s?</string>
-    <string name="file_deleted">Datoteka je izbrisana.</string>
-    <string name="folder_deleted">Mapa je izbrisana.</string>
-    <string name="file_renamed">Datoteka je preimenovana.</string>
-    <string name="folder_renamed">Mapa je preimenovana.</string>
-    <string name="file_moved">Datoteka je prestavljena.</string>
-    <string name="folder_moved">Mapa je prestavljena.</string>
-    <string name="file_copied">Datoteka je skopirana.</string>
-    <string name="move_title">Izberi mapo, kamor bo datoteka prestavljena</string>
-    <string name="move_button">Prestavi sem</string>
-    <string name="copy_title">Izberi mapo, kamor bo datoteka skopirana</string>
-    <string name="copy_button">Skopiraj sem</string>
-       <string name="deleting_files">Deleting files...</string>
-    <string name="title_warning_some_may_not_work">Warning</string>
-    <string name="warning_some_may_not_work">Some of the following options may not work.</string>
-    <string name="show_warning_again">Show warning again</string>
-    
-    <!-- Strings for a multi select feature -->
-       <string name="really_delete_multiselect">Res želiš izbrisati datoteke %d?</string>
-    <string name="move_button_multiselect">Prestavi</string>
-    <string name="copy_button_multiselect">Kopiraj</string>
-    <string name="delete_button_multiselect">Izbriši</string>
-
-    <!-- ZIP is the ZIP compression (NOT the ZIP code!) -->
-    <string name="compress_zip_button_multiselect">ZIP</string>
-
-    <string name="multiselect_title">Izberi več datotek</string>
-    <string name="error_selection">Prosim izberi eno ali več datotek.</string>
-    
-    <!-- Strings for details table -->
-    <string name="details_type">Type</string>
-    <string name="details_type_folder">Folder</string>
-    <string name="details_type_file">File</string>
-    <string name="details_type_other">Other</string>
-    <string name="details_size">Size</string>
-    <string name="details_permissions">Permissions</string>
-    <string name="details_hidden">Hidden</string>
-    <string name="details_lastmodified">Last Modified</string>
-    <string name="details_yes">Yes</string>
-    <string name="details_no">No</string>
-    
-    <!-- Construct a unique file name of a file called %s. -->
-    <string name="copied_file_name">%s - kopija</string>
-    
-    <!-- Construct a unique file name with number %1$d of a file called %2$s. -->
-    <string name="copied_file_name_2">Kopija %1$d datoteke %2$s</string>
-    
-    <string name="media_scan_included">Ta mapa bo vključena v naslednji pregled datotek.</string>
-    <string name="media_scan_excluded">Ta mapa bo izključena iz naslednjega pregleda datotek.</string>
-    
-    <string name="error_creating_new_folder">Ne morem ustvariti nove mape.</string>
-    <string name="error_deleting_file">Ne morem izbrisati datoteke.</string>
-    <string name="error_deleting_folder">Ne morem izbrisati mape \'%s\'.</string>
-    <string name="error_renaming_file">Ne morem preimenovati datoteke.</string>
-    <string name="error_renaming_folder">Ne morem preimenovati mape.</string>
-    <string name="error_moving_file">Ne morem prestaviti datoteke.</string>
-    <string name="error_moving_folder">Ne morem prestaviti mape.</string>
-    <string name="error_copying_file">Ne morem kopirati datoteke.</string>
-    <string name="error_file_does_not_exists">Datoteka ne obstaja.</string>
-    <string name="error_deleting_child_file">Ne morem izbrisati poddatoteke \'%s\'.</string>
-    <string name="error_generic">Napaka:</string>
-    <string name="error_media_scan">Ne morem spremeniti nastavitev pregleda datotek.</string>
-    
-    <string name="send_not_available">Ni aplikacije za pošiljanje.</string>
-    
-    <string name="application_not_available">Aplikacija ni dosegljiva</string>
-    
-       <!-- ***************************
-            Preferences
-            *************************** -->
-    <!-- Menu item for Settings -->
-       <string name="settings">Nastavitve</string>
-       
-    <!-- Category for preferences. -->
-    <string name="preference_advanced_features">Napredne možnosti</string>
-       <string name="preference_mediascan_title">Izključi iz pregleda datotek</string>
-    <string name="preference_mediascan_summary_on">Pokaži meni za izključitev map iz pregleda datotek.</string>
-    <string name="preference_mediascan_summary_off">Skrij meni za izključitev map iz pregleda datotek.</string>
-    
-    <string name="preference_showallwarning_title">Show all warnings</string>
-    <string name="preference_showallwarning_summary_on">Show all warning messages</string>
-    <string name="preference_showallwarning_summary_off">Suppress warning messages</string>
-       
-    <string name="preference_displayhiddenfiles_title">Display hidden files</string>
-    <string name="preference_displayhiddenfiles_summary_on">Display hidden files</string>
-    <string name="preference_displayhiddenfiles_summary_off">Hide hidden files</string>
-    
-    <string name="preference_sort_settings">Sort settings</string>
-    <string name="preference_sortby">Sort by</string>
-    <string name="preference_sortby_ascending">In ascending order</string>
-    <string name="preference_sortby_ascending_summary_on">Sort in ascending order</string>
-    <string name="preference_sortby_ascending_summary_off">Sort in descending order</string>
-    <string-array name="preference_sortby_names">
-        <item>Name</item>
-        <item>Size</item>
-        <item>Last modified</item>
-    </string-array>
-
-        
-    <!-- ***************************
-                Strings for the \'Save as\' feature
-        *************************** -->
-    <string name="saveas_no_file_picked">You haven\'t picked any file.</string>
-    <string name="saveas_error">An error occured.</string>
-    <string name="saveas_file_saved">File successfully saved!</string>
-    
-        
-   
-    <string name="bookmarks">Bookmarks</string>
-    <string name="bookmarks_cancel">Cancel</string>
-    <string name="bookmarks_delete">Izbriši</string>
-    <string name="bookmarks_select_to_delete">Select bookmarks to delete</string>
-    <string name="bookmarks_manage">Manage bookmarks</string>
-    <string name="bookmark_added">Bookmark added</string>
-    <string name="bookmark_not_found">Bookmarked destination not found.</string>
-    <string name="bookmarks_deleted">Selected bookmarks deleted</string>
-    <string name="bookmark_already_exists">This file is already bookmarked</string>
-
-
-    <!-- ***************************
-             Strings for the \'Compressing\' and \'Extracting\' feature
-          *************************** -->
-    <string name="compressing_success">Item compressed successfully</string>
-    <string name="compressing_error">Could not compress the item</string>
-    <string name="compress_into_archive">Compress into archive:</string>
-    <string name="extracting_success">Item extracted successfully</string>
-    <string name="extracting_error">Could not extract the item</string>
-    <string name="extract_into_folder">Extract into folder:</string>
-    <string name="extract_title">Select folder to extract into</string>
-    <string name="extract_button">Extract here</string>
-    <string name="extracting">Extracting...</string>
-    <string name="compressing">Compressing...</string>
-    <string name="warning_overwrite">File %s exists. Do you want to overwrite it?</string>
-
-    <string name="change_file_extension">Do you want to change the file extension?</string>
-</resources>