Skip to content

Instantly share code, notes, and snippets.

@eboudrant
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eboudrant/049d2d746c4274274ec0 to your computer and use it in GitHub Desktop.
Save eboudrant/049d2d746c4274274ec0 to your computer and use it in GitHub Desktop.
App Swap Strings
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="title_activity_settings">App Swap Settings</string>
<string name="search_hint">Search</string>
<string name="info">Info</string>
<string name="store">See on store</string>
<string name="uninstall">Uninstall</string>
<string name="initializing">New app(s) detected…</string>
<string name="no_launch_intent">Ooos something went wrong</string>
<string name="share">Share</string>
<string name="building_app_list">Hold on, building app list, this may take few seconds…</string>
<string name="apply_icons">Use as icon pack</string>
<string name="undo_apply_icons">Reset icon pack</string>
<string name="apply_icons_progress">Updating icons and restarting…</string>
<string name="apply_icons_progress_settings">Updating icons…</string>
<string name="settings">Settings</string>
<string name="pref_title_keyboard">Open with keyboard</string>
<string name="pref_title_theme">Theme</string>
<string name="pref_title_iconpack">Icon pack</string>
<string name="uninstall_updates">Uninstall updates</string>
<string name="feedback">Tap for feedback</string>
<string name="none">None</string>
<string name="hide">Hide</string>
<string name="showHidden">Show hidden apps</string>
<string name="unhide">Unhide</string>
<string name="go_pro">Upgrade to Premium</string>
<string name="coming_soon">Coming soon…</string>
<string name="premium_details">Upgrade to App Swap Premium to unlock all settings, arrange more icons and hide apps.</string>
<string name="purchase">Purchase</string>
<string name="cancel">Not now</string>
<string name="pref_header_general">General</string>
<string name="pref_header_iconpacks">Customisation</string>
<string name="pref_header_iconpacks_no_pro">Customisation (premium)</string>
<string name="thanks_purchase">Premium activated. Thanks!</string>
<string name="search_store">Search…</string>
<string name="pref_title_invert_list">Reverse app list</string>
<string name="pref_description_invert_list">Make the apps easier to reach with your thumb</string>
<string name="unable_to_launch">Unable to launch this application from App Swap</string>
<string name="pref_title_color">Theme</string>
<string name="go_pro_summary">$1.99</string>
<string name="pref_about">About</string>
<string name="pref_show_name_list">Display application name</string>
<string name="pref_show_badge_list">Show badges</string>
<string name="show_badge">For new and updated apps</string>
<string name="licenses">Licenses</string>
<string name="tips">Tips</string>
<string name="tips_summary">Tips and tricks</string>
<string name="clear_badge">Clear badge</string>
<string name="clear_all_badge">Clear all badges</string>
<string name="pref_enable">Swipe up</string>
<string name="pref_enable_summary">Recommended if you don\'t have navigation bar (Samsung)</string>
<string name="pref_overlay">Overlay</string>
<string name="pref_overlay_summary">Draw an overlay on the swipe zone</string>
<string name="pref_emulate">Emulate Google Now gesture</string>
<string name="pref_title_no_animation">Animation</string>
<string name="pref_description_no_animation">Remove slide up animation</string>
<string name="replace_pin">Replace</string>
<string name="cancel_pin">Cancel</string>
<string name="edit_grid">Arrange apps</string>
<string name="edit_mode_select_app">Tap to select, Tap and hold to hide</string>
<string name="edit_mode_select_location">Select a location</string>
<string name="pin_require_pro">Unlock premium to pin more apps</string>
<string name="pin_replace_title">A pin already exists</string>
<string name="pref_alpha">Drawer transparency</string>
<string name="pref_title_include_recent">Recent apps</string>
<string name="pref_description_include_recent">Include the 4 most recent apps at the top</string>
<string name="context_premium_required">To do this action please upgrade to Premium from the settings</string>
<string name="pref_reset_icons">Reset icons</string>
<string name="app_cache_cleared">Cached cleared</string>
<string name="pref_advanced">Advanced</string>
<string name="app_cache_clearing">Clearing app cache, please wait…</string>
<string name="app_cache_clear">Clear cache</string>
<string name="app_cache_clear_details">Clear all the cached icons, next launch will reload all the icons from the applications</string>
<string name="pref_reset_icons_summary">Reload all app icons from the system</string>
<string name="launch_halo">Open with Halo</string>
<string name="pref_app_sort">Sort app by</string>
<string name="kill">Force stop</string>
<string name="pref_show_packagename">Show package name</string>
<string name="app_killed">manager.killBackgroundProcesses(%1s) -> killed</string>
<string name="pref_icon_big">Display bigger icons</string>
<string name="pref_no_bar">No action bar at launch</string>
<string name="pref_persistant_notification">Persistent notification</string>
<string name="pref_persistant_notification_summary">Recommended for faster launch</string>
<string name="pref_fab">Shortcut button</string>
<string name="pref_show_packagename_summary">Display package id instead of app name</string>
<string name="search_error">Unable to create search intent for this app</string>
<string name="include_search">Searchable</string>
<string name="exclude_search">Non searchable</string>
<string name="search_inapp_pro">In app search require premium</string>
<string-array name="pref_iconpack_list_titles">
<item>None</item>
</string-array>
<string-array name="pref_color_titles">
<item>Default</item>
<item>Dark</item>
<item>White</item>
<item>Red</item>
<item>Pink</item>
<item>Purple</item>
<item>Deep Purple</item>
<item>Indigo</item>
<item>Blue</item>
<item>Light Blue</item>
<item>Cyan</item>
<item>Teal</item>
<item>Green</item>
<item>Light Green</item>
<item>Lime</item>
<item>Yellow</item>
<item>Amber</item>
<item>Orange</item>
<item>Deep Orange</item>
<item>Brown</item>
<item>Gray</item>
<item>Blue Gray</item>
</string-array>
<string-array name="pref_keyboard_titles">
<item>No</item>
<item>Alphanumeric</item>
<item>Numeric with predictive text</item>
</string-array>
<string-array name="pref_fab_titles">
<item>T9</item>
<item>Search</item>
<item>None</item>
<item>T9 in the bar</item>
</string-array>
<string-array name="pref_alpha_titles">
<item>No</item>
<item>Slightly</item>
<item>Medium</item>
<item>High</item>
</string-array>
<string-array name="pref_app_sort_titles">
<item>Most recent used</item>
<item>Alphabetic</item>
</string-array>
<string name="title_activity_swipe_shortcut">Quick Swipes</string>
<string name="pref_swipe_shortcut">Quick Swipes</string>
<string name="pref_swipe_shortcut_summary">Configure up to 8 swipe shortcuts</string>
<string name="swipe_shorcut_explanation">Quick Swipes are available when swiping left or right on the app drawer.\n\n- Tap to choose an item\n\n- Tap and hold to remove an item</string>
<string name="swipe_shorcut_explanation_nonpremium">Quick Swipes are available when swiping the app drawer, left or right.\n\n- Tap to choose an item\n- Tap and hold to remove an item\n\nPremium required to select up to 6 item.</string>
<string name="swipe_disclaimer">Note : Quick Swipes are not working over the Android keyboard, dismiss it if necessary. However they are ok over the T9 keypad.</string>
<string name="pref_mini_mode_summary">Reduce the layout to the strict minimum</string>
<string name="pref_mini_mode">Mini mode</string>
<string name="shortcut">Install shortcut</string>
<string name="shortcut_installed">Shortcut installed on the launcher</string>
<string name="shortcut_failed">Shortcut installation failed</string>
<string name="share_appswap">Share App Swap with…</string>
<string name="minihelp">Pull down the icons to open to regular mode</string>
<string name="edit_app">Edit…</string>
<string name="tags_hint">Tags</string>
<string name="alt_name_hint">Display name</string>
<string name="icon">Icon</string>
<string name="default_icon">Default</string>
<string name="new_tag">Add a tag</string>
<string name="tags_help">Comma-separated tags</string>
<string name="suggestion_label">Suggested</string>
<string name="maxtag">Max tag reached</string>
<string name="select_tag">Choose a tag</string>
<string name="choose_tag">color</string>
<string name="no_tag">No tag found, add some tag on your apps first</string>
<string name="tag_grid">Tag apps</string>
<string name="onlyonetag">Only one tag allowed</string>
<string name="tag_mode_select_app">Select the app for #%1s</string>
<string name="title_activity_theme">ThemeActivity</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="pref_lock_drawer_summary">Prevent swipe to open the drawer</string>
<string name="pref_lock_drawer">Navigation Drawer</string>
<string name="loading">Loading</string>
<string name="get_premium">Get premium !</string>
<string name="sort_premium">Get premium version for drawer sorting</string>
<string name="yes_data">Yes</string>
<string name="no_data">No</string>
<string name="include_debug_data">Do you want to include debug data in the bug report ?</string>
<string name="report_bug">Report a bug</string>
<string name="report_feedback">Send feedback</string>
<string name="bug_feedback">Do you want to report a feedback or a bug ?</string>
<string name="rate_us">Rate us</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="title_activity_settings">Ajustes App Swap</string>
<string name="search_hint">Buscar</string>
<string name="info">Información</string>
<string name="store">Ver en Google Play</string>
<string name="uninstall">Desinstalar</string>
<string name="initializing">Nueva(s) aplicación(es) detectada(s)…</string>
<string name="no_launch_intent">Ooops, Algo salió mal</string>
<string name="share">Compartir</string>
<string name="building_app_list">Espera, construyendo lista de aplicaciones, esto puede tardar unos segundos…</string>
<string name="apply_icons">Usar este pack de iconos</string>
<string name="undo_apply_icons">Resetear pack de iconos</string>
<string name="apply_icons_progress">Actualizando iconos y restaurando…</string>
<string name="apply_icons_progress_settings">Actualizando iconos…</string>
<string name="settings">Ajustes</string>
<string name="pref_title_keyboard">Abrir con teclado</string>
<string name="pref_title_theme">Tema</string>
<string name="pref_title_iconpack">Pack de iconos</string>
<string name="uninstall_updates">Desinstalar actualizaciones</string>
<string name="feedback">Pincha para enviar comentarios</string>
<string name="none">Nada</string>
<string name="hide">Ocultar</string>
<string name="showHidden">Ver aplicaciones ocultas</string>
<string name="unhide">Desocultar</string>
<string name="go_pro">Obtén Premium y desbloquea todos los ajustes</string>
<string name="coming_soon">Próximamente…</string>
<string name="premium_details">Obtenga la versión Premium para la personalización</string>
<string name="purchase">Comprar</string>
<string name="cancel">Ahora no</string>
<string name="pref_header_general">General</string>
<string name="pref_header_iconpacks">Personalización</string>
<string name="pref_header_iconpacks_no_pro">Personalización (Premium)</string>
<string name="thanks_purchase">Premium activado. Gracias!</string>
<string name="search_store">Buscar…</string>
<string name="pref_title_invert_list">Invertir lista de aplicaciones</string>
<string name="pref_description_invert_list">Hacer las aplicaciones más fáciles de alcanzar con el dedo pulgar</string>
<string name="unable_to_launch">No se puede ejecutar esta aplicación desde App Swap</string>
<string name="pref_title_color">Tema</string>
<string name="go_pro_summary">$1.99</string>
<string name="pref_about">Acerca de</string>
<string name="pref_show_name_list">Mostrar nombre de la aplicación</string>
<string name="pref_show_badge_list">Mostrar insignias</string>
<string name="show_badge">Para aplicaciones nuevas y actualizadas</string>
<string name="licenses">Licencias</string>
<string name="tips">Consejos</string>
<string name="tips_summary">Consejos y trucos</string>
<string name="clear_badge">Borrar insignia</string>
<string name="clear_all_badge">Borrar todas las insignias</string>
<string name="pref_enable">Deslizar hacia arriba</string>
<string name="pref_enable_summary">Recomendado si tu no tiene barra de navegación (Samsung)</string>
<string name="pref_overlay">Superposición</string>
<string name="pref_overlay_summary">Dibuja una superposición en la zona de deslizamiento</string>
<string name="pref_emulate">Emular gestos Google Now</string>
<string name="pref_title_no_animation">Animación</string>
<string name="pref_description_no_animation">Eliminar animación deslizar arriba</string>
<string name="replace_pin">Reemplazar</string>
<string name="cancel_pin">Cancelar</string>
<string name="edit_grid">Organizar aplicaciones</string>
<string name="edit_mode_select_app">Seleccione una aplicación</string>
<string name="edit_mode_select_location">Seleccione una ubicación</string>
<string name="pin_require_pro">Obtén premium y organiza más aplicaciones </string>
<string name="pin_replace_title">Ya existe un pin</string>
<string name="pref_alpha">Transparent drawer</string>
<string name="pref_title_include_recent">Recientes aplicaciones</string>
<string name="pref_description_include_recent">Incluya las 4 aplicaciones más recientes en la parte superior</string>
<string name="context_premium_required">Para terminar esta acción por favor, actualice a Premium a partir de los ajustes</string>
<string name="pref_reset_icons">Reset icons</string>
<string name="app_cache_cleared">Cached cleared</string>
<string name="pref_advanced">Advanced</string>
<string name="app_cache_clearing">Clearing app cache, please wait…</string>
<string name="app_cache_clear">Clear cache</string>
<string name="app_cache_clear_details">Clear all the cached icons, next launch will reload all the icons from the applications</string>
<string name="pref_reset_icons_summary">Reload all app icons from the system</string>
<string name="launch_halo">Open with Halo</string>
<string name="pref_app_sort">Sort app by</string>
<string name="kill">Force stop</string>
<string name="pref_show_packagename">Show package name</string>
<string name="app_killed">manager.killBackgroundProcesses(%1s) done</string>
<string name="pref_icon_big">Display bigger icons</string>
<string name="pref_no_bar">No action bar at launch</string>
<string name="pref_persistant_notification">Persistant notification</string>
<string name="pref_persistant_notification_summary">Recommended for faster launch</string>
<string name="pref_fab">Shortcut button</string>
<string name="pref_show_packagename_summary">Display package id instead of app name</string>
<string name="include_search">Searchable</string>
<string name="exclude_search">Non searchable</string>
<string name="search_inapp_pro">In app search require premium</string>
<string-array name="pref_iconpack_list_titles">
<item>Nada</item>
</string-array>
<string-array name="pref_color_titles">
<item>Por defecto</item>
<item>Negro</item>
<item>Blanco</item>
<item>Rojo</item>
<item>Rosa</item>
<item>Morado</item>
<item>Morado Oscuro</item>
<item>Índigo</item>
<item>Azul</item>
<item>Azul Claro</item>
<item>Cian</item>
<item>Verde Azulado</item>
<item>Verde</item>
<item>Verde Claro</item>
<item>Lima</item>
<item>Amarillo</item>
<item>Ámbar</item>
<item>Naranja</item>
<item>Naranja Oscuro</item>
<item>Marrón</item>
<item>Gris</item>
<item>Azul Gris</item>
</string-array>
<string-array name="pref_keyboard_titles">
<item>No</item>
<item>Alfanumérico</item>
<item>Numérico con el texto predictivo</item>
</string-array>
<string-array name="pref_fab_titles">
<item>T9</item>
<item>Search</item>
<item>None</item>
<item>T9 in the bar</item>
</string-array>
<string-array name="pref_alpha_titles">
<item>No</item>
<item>Ligeramente</item>
<item>Medium</item>
<item>Alto</item>
</string-array>
<string-array name="pref_app_sort_titles">
<item>Most recent used</item>
<item>Alphabetic</item>
</string-array>
<string name="search_error">Unable to create search intent for this app</string>
<string name="title_activity_swipe_shortcut">Quick Swipes</string>
<string name="pref_swipe_shortcut_summary">Configure up to 8 swipe shortcuts</string>
<string name="pref_swipe_shortcut">Quick Swipes</string>
<string name="swipe_shorcut_explanation">Quick Swipes are available when swiping left or right on the app drawer.\n\n- Tap to choose an item\n\n- Tap and hold to remove an item</string>
<string name="swipe_shorcut_explanation_nonpremium">Quick Swipesare available when swiping the app drawer, left or right.\n\n- Tap to choose an item\n- Tap and hold to remove an item\n\nPremium required to select up to 6 item.</string>
<string name="swipe_disclaimer">Note : Quick Swipes are not working over the Android keyboard, dismiss it if necessary. However they are ok over the T9 keypad.</string>
<string name="pref_mini_mode">Mini mode</string>
<string name="pref_mini_mode_summary">Reduce the layout to the strict minimum</string>
<string name="shortcut">Install shortcut</string>
<string name="shortcut_installed">Shortcut installed on the launcher</string>
<string name="shortcut_failed">Shortcut installation failed</string>
<string name="share_appswap">Compartir App Swap…</string>
<string name="minihelp">Pull down the icons to open to regular mode</string>
<string name="alt_name_hint">Display name</string>
<string name="edit_app">Edit…</string>
<string name="default_icon">Default</string>
<string name="tags_hint">Tags</string>
<string name="icon">Icon</string>
</resources>
<resources>
<string name="title_activity_settings">App Swap - Preferences</string>
<string name="search_hint">Rechercher</string>
<string name="info">Info</string>
<string name="store">Ouvrir dans le store</string>
<!--<string name="clear_cache">Vider le cache</string>-->
<!--<string name="kill">Quitter</string>-->
<!--<string name="clear_data">Effacer les donnees</string>-->
<string name="uninstall">De-installer</string>
<string name="initializing">Detection de nouvelle application(s)…</string>
<string name="no_launch_intent">Ooops une erreur !</string>
<string name="share">Partager</string>
<string name="building_app_list">Veuillez patienter, construction de la liste d\'application…</string>
<string name="apply_icons">Utiliser l\'icon pack</string>
<string name="undo_apply_icons">Enlever en tant que icon pack</string>
<string name="apply_icons_progress">Application du icon pack et redemarrage…</string>
<string name="apply_icons_progress_settings">Mise a jour des icones…</string>
<string name="settings">Preferences</string>
<string name="pref_title_keyboard">Ouvrir avec clavier</string>
<string name="pref_title_theme">Theme</string>
<string name="pref_title_iconpack">Pack d\'icones</string>
<string name="uninstall_updates">De-installer les mise a jour</string>
<string name="feedback">Tape la donner votre avis, idees…</string>
<string name="none">Aucun</string>
<string name="hide">Cacher</string>
<string name="showHidden">Apps cachees</string>
<string name="unhide">Ne pas cacher</string>
<string name="go_pro">Acheter le mode premium pour debloquer</string>
<string name="coming_soon">A venir…</string>
<string name="premium_details">Acheter la version premium pour acceder a toutes les preferences</string>
<string name="purchase">Acheter</string>
<string name="cancel">Pas maintenant</string>
<string name="pref_header_general">General</string>
<string name="pref_header_iconpacks">Customisation</string>
<string name="pref_header_iconpacks_no_pro">Customisation (premium)</string>
<string name="thanks_purchase">Premium active, merci de votre support !</string>
<string name="search_store">Recherche…</string>
<string name="pref_title_invert_list">Inverser la liste d\'app</string>
<string name="pref_description_invert_list">Votre pouce sera mieux place pour lancer une app !</string>
<string name="unable_to_launch">Impossible de lancer cette application avec App Swap</string>
<string name="pref_title_color">Theme</string>
<string name="go_pro_summary">1.49€</string>
<string name="pref_about">A propos</string>
<string name="pref_show_name_list">Afficher le nom d\'app</string>
<string name="pref_show_badge_list">Afficher les badges</string>
<string name="show_badge">Afficher un badge pour les nouvelles apps</string>
<string name="licenses">Licenses</string>
<string name="tips">Aide</string>
<string name="tips_summary">Sur Google+</string>
<string name="clear_badge">Enlever le badge badge</string>
<string name="clear_all_badge">Enlever tout les badges</string>
<string name="pref_enable">Swipe up</string>
<string name="pref_enable_summary">Recommandé si vous n\'avez pas de navigation bar (Samsung)</string>
<string name="pref_overlay">Zone sensible</string>
<string name="pref_overlay_summary">Dessiner la zone du swipe</string>
<string name="pref_emulate">Simuler la gesture Google Now</string>
<string name="pref_title_no_animation">Animation</string>
<string name="pref_description_no_animation">Supprimer l\'animation d\'ouverture</string>
<string name="replace_pin">Remplacer</string>
<string name="cancel_pin">Annuler</string>
<string name="edit_grid">Arranger</string>
<string name="edit_mode_select_app">Selectionner un emplacement</string>
<string name="edit_mode_select_location">Selectionner une app</string>
<string name="pin_require_pro">Premium requis pour arranger d\'autres apps</string>
<string name="pin_replace_title">L\'emplacement est pris</string>
<string name="pref_alpha">Fond transparent</string>
<string name="pref_title_include_recent">App recentes</string>
<string name="pref_description_include_recent">Inclure les 4 app recentes en haut</string>
<string name="context_premium_required">Uniquement en mode Premium, activable depuis les preferences</string>
<string name="pref_reset_icons">Reinitializer les icones</string>
<string name="app_cache_cleared">Reinitialisation effectuee</string>
<string name="pref_advanced">Options avance</string>
<string name="app_cache_clearing">Reinitialisation du cache en cours…</string>
<string name="app_cache_clear">Reinitializer</string>
<string name="app_cache_clear_details">La reinitialisation les icones efface le cache et rechargera les icones du systeme</string>
<string name="pref_reset_icons_summary">Recharger les icones du systeme</string>
<string name="launch_halo">Ouvrir avec Halo</string>
<string name="pref_app_sort">Trier les applications</string>
<string name="kill">Force quit</string>
<string name="pref_show_packagename">Afficher par package id</string>
<string name="app_killed">manager.killBackgroundProcesses(%1s) effectue</string>
<string name="pref_icon_big">Grandes icones</string>
<string name="pref_no_bar">Cacher les bars de menu au lancement</string>
<string name="pref_persistant_notification">Notification persistante</string>
<string name="pref_persistant_notification_summary">Recommandé pour un lancement rapide</string>
<string name="pref_fab">Bouton de racourci</string>
<string name="pref_show_packagename_summary">Affiche le package id a la place du nom</string>
<string name="include_search">Searchable</string>
<string name="exclude_search">Non searchable</string>
<string name="search_inapp_pro">Recherche dans les app necessite le mode Premium</string>
<string-array name="pref_iconpack_list_titles">
<item>Aucun</item>
</string-array>
<string-array name="pref_color_titles">
<item>Default</item>
<item>Fonce</item>
<item>Blanc</item>
<item>Rouge</item>
<item>Rose</item>
<item>Violet</item>
<item>Violet fonce</item>
<item>Indigo</item>
<item>Bleu</item>
<item>Bleu clair</item>
<item>Cyan</item>
<item>Vert pale</item>
<item>Vert</item>
<item>Vert clair</item>
<item>Caca d’oie</item>
<item>Jaune</item>
<item>Ambre</item>
<item>Orange</item>
<item>Orang foncee</item>
<item>Marron</item>
<item>Gris</item>
<item>Gris bleu</item>
</string-array>
<string-array name="pref_keyboard_titles">
<item>Non</item>
<item>Alphanumerique</item>
<item>Numerique avec saisie intuitive</item>
</string-array>
<string-array name="pref_fab_titles">
<item>T9</item>
<item>Alphanumerique</item>
<item>Aucun</item>
<item>T9 dans la bar</item>
</string-array>
<string-array name="pref_alpha_titles">
<item>Non</item>
<item>Legerement</item>
<item>Moyen</item>
<item>Maximum</item>
<!--<item>100 %%</item>-->
<!--<item>10 %% colored</item>-->
<!--<item>30 %% colored</item>-->
<!--<item>50 %% colored</item>-->
</string-array>
<string-array name="pref_app_sort_titles">
<item>Par usage</item>
<item>Alphabetique</item>
</string-array>
<string name="search_error">Impossible de lancer la recherche dans cette app</string>
<string name="title_activity_swipe_shortcut">Quick Swipes</string>
<string name="pref_swipe_shortcut_summary">Configurer jusqu\'a 8 raccourcis rapide</string>
<string name="pref_swipe_shortcut">Quick Swipes</string>
<string name="swipe_shorcut_explanation">Les Quick Swipes sont accessible avec un swipe gauche ou droite sur la liste d\'app.\n\n- Appuyez pour selectionner une app\n\n- Appuyez et maintenez pour enlever une app</string>
<string name="swipe_shorcut_explanation_nonpremium">Les Quick Swipes sont accessible avec un swipe gauche ou droite sur la liste d\'app.\n\n- Appuyez pour selectionner une app\n\n- Appuyez et maintenez pour enlever une app\n\nPremium requis pour selectionner jusqu\'a 6 apps</string>
<string name="swipe_disclaimer">Note : Les Quick Swipes fonctionnent pas au dessus du clavier Android, fermer si necessaire. Par contre il fonctionne sur le clavier T9.</string>
<string name="pref_mini_mode">Mode minimal</string>
<string name="pref_mini_mode_summary">Avec interface minimale </string>
<string name="shortcut">Install shortcut</string>
<string name="shortcut_installed">Shortcut installed on the launcher</string>
<string name="shortcut_failed">Shortcut installation failed</string>
<string name="share_appswap">Partager App Swap…</string>
<string name="minihelp">Tirer les icones en bas pour ouvrir le mode normal</string>
<string name="alt_name_hint">Nom affiche</string>
<string name="edit_app">Editer…</string>
<string name="default_icon">Par défaut</string>
<string name="tags_hint">Tags</string>
<string name="icon">Icone</string>
</resources>
<resources>
<string name="title_activity_settings">App Swap セッティング</string>
<string name="search_hint">サーチ</string>
<string name="info">情報</string>
<string name="store">ストアを参照してください</string>
<string name="uninstall">アプリの消去</string>
<string name="initializing">新しいアプリケーションが検出…</string>
<string name="no_launch_intent">申し訳ありませんが、エラーが発生しました</string>
<string name="share">シェア</string>
<string name="building_app_list">アプリのリストを構築、上のホールド、これには数秒かかる場合があります…</string>
<string name="apply_icons">Icon pack として使用</string>
<string name="undo_apply_icons">Icon pack をリセット</string>
<string name="apply_icons_progress">アイコンの更新と再起動…</string>
<string name="apply_icons_progress_settings">更新アイコン…</string>
<string name="settings">セッティング</string>
<string name="pref_title_keyboard">キーボードで開く</string>
<string name="pref_title_theme">主題</string>
<string name="pref_title_iconpack">Icon pack</string>
<string name="uninstall_updates">アプリの消去</string>
<string name="feedback">フィードバック</string>
<string name="none">なし</string>
<string name="hide">アイコンを隠す</string>
<string name="showHidden">隠されたアプリを表示する</string>
<string name="unhide">再表示</string>
<string name="go_pro">Premium を買う</string>
<string name="coming_soon">すぐに来る…</string>
<string name="premium_details">Premium: 広告無料のアイコンパック、発売時のオープン検索キーボードのようなカスタマイズのためのプレミアムバージョンを取得…</string>
<string name="purchase">買う</string>
<string name="cancel">キャンセル</string>
<string name="pref_header_general">一般</string>
<string name="pref_header_iconpacks">カスタマイゼーション</string>
<string name="pref_header_iconpacks_no_pro">カスタマイゼーション (premium)</string>
<string name="thanks_purchase">プレミアム購入、ありがとうございます</string>
<string name="search_store">サーチ</string>
<string name="pref_title_invert_list">アプリリストの反転</string>
<string name="pref_description_invert_list">親指での操作がより簡単に</string>
<string name="unable_to_launch">Unable to launch this application from here</string>
<string name="pref_title_color">背景の色を選ぶ</string>
<string name="go_pro_summary">¥199</string>
<string name="pref_about">アプリ情報</string>
<string name="pref_show_name_list">表示アプリケーション名</string>
<string name="pref_show_badge_list">ショーバッジ</string>
<string name="show_badge">新規および更新されたアプリのバッジを表示</string>
<string name="licenses">Licenses</string>
<string name="tips">Tips</string>
<string name="tips_summary">Tips and tricks</string>
<string name="clear_badge">クリアバッジ</string>
<string name="clear_all_badge">Clear all badges</string>
<string name="pref_enable">Swipe up</string>
<string name="pref_enable_summary">Recommended if you don\'t have a navigation bar (Samsung)</string>
<string name="pref_overlay">Overlay</string>
<string name="pref_overlay_summary">Draw an overlay on the swipe zone</string>
<string name="pref_emulate">Emulate Google Now gesture</string>
<string name="pref_title_no_animation">Animation</string>
<string name="pref_description_no_animation">Remove slide up animation</string>
<string name="replace_pin">取り替える</string>
<string name="cancel_pin">キャンセル</string>
<string name="edit_grid">アプリケーションをアレンジ</string>
<string name="edit_mode_select_app">アプリケーションを選択</string>
<string name="edit_mode_select_location">場所を選択</string>
<string name="pin_require_pro">より多くのアプリケーションを配置するプレミアムのロックを解除</string>
<string name="pin_replace_title">ピンは既に存在します</string>
<string name="pref_alpha">透明な背景</string>
<string name="pref_title_include_recent">最近のアプリケーション</string>
<string name="pref_description_include_recent">上部の4の最新のアプリを含める</string>
<string name="context_premium_required">このアクションを行うには、設定からプレミアムにアップグレードしてください</string>
<string name="pref_reset_icons">Reset icons</string>
<string name="app_cache_cleared">Cached cleared</string>
<string name="pref_advanced">Advanced</string>
<string name="app_cache_clearing">Clearing app cache, please wait…</string>
<string name="app_cache_clear">Clear cache</string>
<string name="app_cache_clear_details">Clear all the cached icons, next launch will reload all the icons from the applications</string>
<string name="pref_reset_icons_summary">Reload all app icons from the system</string>
<string name="launch_halo">Open with Halo</string>
<string name="pref_app_sort">Sort app by</string>
<string name="kill">Force stop</string>
<string name="pref_show_packagename">Show package name</string>
<string name="app_killed">manager.killBackgroundProcesses(%1s) done</string>
<string name="pref_icon_big">Display bigger icons</string>
<string name="pref_no_bar">No action bar at launch</string>
<string name="pref_persistant_notification">Persistant notification</string>
<string name="pref_persistant_notification_summary">Recommended for faster launch</string>
<string name="pref_fab">Shortcut button</string>
<string name="pref_show_packagename_summary">Display package id instead of app name</string>
<string name="include_search">Searchable</string>
<string name="exclude_search">Non searchable</string>
<string name="search_inapp_pro">In app search require premium</string>
<string-array name="pref_iconpack_list_titles">
<item>None</item>
</string-array>
<string-array name="pref_color_titles">
<item>オリジナル</item>
<item>ブラック</item>
<item>白</item>
<item>赤</item>
<item>ピンク</item>
<item>パープル</item>
<item>濃いパープル</item>
<item>インディゴブルー</item>
<item>ブルー</item>
<item>ライトブルー</item>
<item>水色</item>
<item>濃いエメラルドグリーン</item>
<item>グリーン</item>
<item>薄いグリーン</item>
<item>ライム</item>
<item>イエロー</item>
<item>みかん</item>
<item>オレンジ</item>
<item>濃いオレンジ</item>
<item>ブラウン</item>
<item>グレー</item>
<item>ブルーグレー</item>
</string-array>
<string-array name="pref_keyboard_titles">
<item>いいえ</item>
<item>英数字</item>
<item>予測テキストと数値</item>
</string-array>
<string-array name="pref_fab_titles">
<item>t9</item>
<item>Search</item>
<item>None</item>
<item>T9 in the bar</item>
</string-array>
<string-array name="pref_alpha_titles">
<item>いいえ</item>
<item>少し</item>
<item>メディア</item>
<item>ハイ</item>
</string-array>
<string-array name="pref_app_sort_titles">
<item>Most recent used</item>
<item>Alphabetic</item>
</string-array>
<string name="search_error">Unable to create search intent for this app</string>
<string name="title_activity_swipe_shortcut">Quick Swipes</string>
<string name="pref_swipe_shortcut_summary">Configure up to 8 swipe shortcuts</string>
<string name="pref_swipe_shortcut">Quick Swipes</string>
<string name="swipe_shorcut_explanation">Quick Swipes are available when swiping left or right on the app drawer.\n\n- Tap to choose an item\n\n- Tap and hold to remove an item</string>
<string name="swipe_shorcut_explanation_nonpremium">Quick Swipes are available when swiping the app drawer, left or right.\n\n- Tap to choose an item\n- Tap and hold to remove an item\n\nPremium required to select up to 6 item.</string>
<string name="swipe_disclaimer">Note : Quick Swipes are not working over the Android keyboard, dismiss it if necessary. However they are ok over the T9 keypad.</string>
<string name="pref_mini_mode">Mini mode</string>
<string name="pref_mini_mode_summary">Reduce the layout to the strict minimum</string>
<string name="shortcut">Install shortcut</string>
<string name="shortcut_installed">Shortcut installed on the launcher</string>
<string name="shortcut_failed">Shortcut installation failed</string>
<string name="share_appswap">Share App Swap with…</string>
<string name="minihelp">Pull down the icons to open to regular mode</string>
<string name="alt_name_hint">Display name</string>
<string name="edit_app">Edit…</string>
<string name="default_icon">Default</string>
<string name="tags_hint">Tags</string>
<string name="icon">Icon</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment