Create flavor
| @@ -41,6 +41,8 @@ android { | |||||||
|     productFlavors { |     productFlavors { | ||||||
|         fdroid_acad { |         fdroid_acad { | ||||||
|             applicationId "app.fedilab.fedilabtube" |             applicationId "app.fedilab.fedilabtube" | ||||||
|  |             resValue "string", "app_name", "TubeAcad" | ||||||
|  |             resValue "string", "app_id", "app.fedilab.fedilabtube" | ||||||
|             buildConfigField "String", "version", "\"fdroid_acad\"" |             buildConfigField "String", "version", "\"fdroid_acad\"" | ||||||
|             buildConfigField "boolean", "full_instances", "false" |             buildConfigField "boolean", "full_instances", "false" | ||||||
|             buildConfigField "boolean", "google_restriction", "false" |             buildConfigField "boolean", "google_restriction", "false" | ||||||
| @@ -49,6 +51,8 @@ android { | |||||||
|         } |         } | ||||||
|         google_acad { |         google_acad { | ||||||
|             applicationId "app.fedilab.fedilabtube" |             applicationId "app.fedilab.fedilabtube" | ||||||
|  |             resValue "string", "app_name", "TubeAcad" | ||||||
|  |             resValue "string", "app_id", "app.fedilab.fedilabtube" | ||||||
|             buildConfigField "String", "version", "\"google_acad\"" |             buildConfigField "String", "version", "\"google_acad\"" | ||||||
|             buildConfigField "boolean", "full_instances", "false" |             buildConfigField "boolean", "full_instances", "false" | ||||||
|             buildConfigField "boolean", "google_restriction", "true" |             buildConfigField "boolean", "google_restriction", "true" | ||||||
| @@ -57,6 +61,8 @@ android { | |||||||
|         } |         } | ||||||
|         fdroid_full { |         fdroid_full { | ||||||
|             applicationId "app.fedilab.tubelab" |             applicationId "app.fedilab.tubelab" | ||||||
|  |             resValue "string", "app_name", "TubeLab" | ||||||
|  |             resValue "string", "app_id", "app.fedilab.tubelab" | ||||||
|             buildConfigField "String", "version", "\"fdroid_full\"" |             buildConfigField "String", "version", "\"fdroid_full\"" | ||||||
|             buildConfigField "boolean", "full_instances", "true" |             buildConfigField "boolean", "full_instances", "true" | ||||||
|             buildConfigField "boolean", "google_restriction", "false" |             buildConfigField "boolean", "google_restriction", "false" | ||||||
| @@ -65,15 +71,29 @@ android { | |||||||
|         } |         } | ||||||
|         google_full { |         google_full { | ||||||
|             applicationId "app.fedilab.tubelab" |             applicationId "app.fedilab.tubelab" | ||||||
|  |             resValue "string", "app_name", "TubeLab" | ||||||
|  |             resValue "string", "app_id", "app.fedilab.tubelab" | ||||||
|             buildConfigField "String", "version", "\"google_full\"" |             buildConfigField "String", "version", "\"google_full\"" | ||||||
|             buildConfigField "boolean", "full_instances", "true" |             buildConfigField "boolean", "full_instances", "true" | ||||||
|             buildConfigField "boolean", "google_restriction", "true" |             buildConfigField "boolean", "google_restriction", "true" | ||||||
|             buildConfigField "boolean", "surfing_mode", "true" |             buildConfigField "boolean", "surfing_mode", "true" | ||||||
|             buildConfigField "boolean", "sepia_search", "true" |             buildConfigField "boolean", "sepia_search", "true" | ||||||
|         } |         } | ||||||
|  |         queermotion { | ||||||
|  |             applicationId "org.queermotion.peertube" | ||||||
|  |             resValue "string", "app_name", "QueerMotion" | ||||||
|  |             resValue "string", "app_id", "org.queermotion.peertube" | ||||||
|  |             buildConfigField "String", "version", "\"queermotion\"" | ||||||
|  |             buildConfigField "boolean", "full_instances", "true" | ||||||
|  |             buildConfigField "boolean", "google_restriction", "false" | ||||||
|  |             buildConfigField "boolean", "surfing_mode", "false" | ||||||
|  |             buildConfigField "boolean", "sepia_search", "false" | ||||||
|  |         } | ||||||
|         bittube { |         bittube { | ||||||
|             applicationId "app.fedilab.bittube" |             applicationId "app.fedilab.bittube" | ||||||
|             buildConfigField "String", "version", "\"google_full\"" |             resValue "string", "app_name", "Bittube" | ||||||
|  |             resValue "string", "app_id", "app.fedilab.bittube" | ||||||
|  |             buildConfigField "String", "version", "\"bittube\"" | ||||||
|             buildConfigField "boolean", "full_instances", "true" |             buildConfigField "boolean", "full_instances", "true" | ||||||
|             buildConfigField "boolean", "google_restriction", "true" |             buildConfigField "boolean", "google_restriction", "true" | ||||||
|             buildConfigField "boolean", "surfing_mode", "false" |             buildConfigField "boolean", "surfing_mode", "false" | ||||||
| @@ -95,6 +115,9 @@ android { | |||||||
|         google_full { |         google_full { | ||||||
|             res.srcDirs = ['src/main/res', 'src/full/res'] |             res.srcDirs = ['src/main/res', 'src/full/res'] | ||||||
|         } |         } | ||||||
|  |         queermotion { | ||||||
|  |             res.srcDirs = ['src/main/res', 'src/queermotion/res'] | ||||||
|  |         } | ||||||
|         bittube { |         bittube { | ||||||
|             res.srcDirs = ['src/main/res', 'src/bittube/res'] |             res.srcDirs = ['src/main/res', 'src/bittube/res'] | ||||||
|         } |         } | ||||||
|   | |||||||
| @@ -1,380 +0,0 @@ | |||||||
| <?xml version="1.0" encoding="utf-8"?> |  | ||||||
| <resources xmlns:tools="http://schemas.android.com/tools"> |  | ||||||
|     <string name="app_name" translatable="false">TubeAcad</string> |  | ||||||
|     <string name="app_id" translatable="false">app.fedilab.fedilabtube</string> |  | ||||||
|     <string name="set_video_mode_choice" translatable="false">set_video_mode_choice</string> |  | ||||||
|     <string name="set_video_minimize_choice" translatable="false">set_video_minimize_choice</string> |  | ||||||
|     <string name="set_video_language_choice" translatable="false">set_video_language_choice</string> |  | ||||||
|     <string name="set_video_quality_choice" translatable="false">set_video_quality_choice</string> |  | ||||||
|     <string name="set_video_cache_choice" translatable="false">set_video_cache_choice</string> |  | ||||||
|     <string name="set_autoplay_choice" translatable="false">set_autoplay_choice</string> |  | ||||||
|     <string name="set_theme_choice" translatable="false">set_theme_choice</string> |  | ||||||
|     <string name="set_fullscreen_choice" translatable="false">set_fullscreen_choice</string> |  | ||||||
|     <string name="set_autoplay_next_video_choice" translatable="false">set_autoplay_next_video_choice</string> |  | ||||||
|     <string name="set_store_in_history" translatable="false">set_store_in_history</string> |  | ||||||
|     <string name="set_play_screen_lock_choice" translatable="false">set_play_screen_lock_choice</string> |  | ||||||
|     <string name="set_video_in_list_choice" translatable="false">set_video_in_list_choice</string> |  | ||||||
|     <string name="set_video_sensitive_choice" translatable="false">set_video_sensitive_choice</string> |  | ||||||
|     <string name="set_cast_choice" translatable="false">set_cast_choice</string> |  | ||||||
|     <string name="set_cast">Activer Chromecast (beta)</string> |  | ||||||
|     <string name="set_video_in_list">Vidéos dans une liste</string> |  | ||||||
|     <string name="set_video_in_list_description">Change la mise en page pour afficher les vidéos dans une liste</string> |  | ||||||
|     <string name="cast">ChromeCast</string> |  | ||||||
|     <string name="set_cast_description">Permet de découvrir les appareils Chromecast sur le réseau.</string> |  | ||||||
|     <string name="chromecast_choice">Choix de la ChromeCast</string> |  | ||||||
|     <string name="please_wait">Veuillez patienter</string> |  | ||||||
|     <string name="_retry">Réessayer</string> |  | ||||||
|     <string name="refresh_token_failed">Échec de rafraîchissement du jeton d\'accès</string> |  | ||||||
|     <string name="refresh_token_failed_message">Vous pouvez réessayer de le rafraîchir ou simplement déconnecter le compte</string> |  | ||||||
|     <string name="export_list">Exporter</string> |  | ||||||
|     <string name="import_list">Importer</string> |  | ||||||
|     <string name="originally_published">Date de publication</string> |  | ||||||
|  |  | ||||||
|     <string name="delete_history">Supprimer l\'historique de vidéos</string> |  | ||||||
|     <string name="delete_history_confirm">Êtes vous sur de vouloir supprimer toutes les vidéos de votre historique ?</string> |  | ||||||
|     <string name="export_notification_title">Exportation réussie !</string> |  | ||||||
|     <string name="export_notification_content">Cliquer ici pour envoyer l\'exportation par mèl.</string> |  | ||||||
|     <string name="export_notification_subjet">Nouvelle liste de lecture</string> |  | ||||||
|     <string name="export_notification_body">Ouvrez la pièce jointe avec l\'application TubeAcad</string> |  | ||||||
|  |  | ||||||
|     <string name="show_more">Montrer plus</string> |  | ||||||
|     <string name="show_less">Montrer moins</string> |  | ||||||
|     <string name="no_instances">Aucune instance !</string> |  | ||||||
|     <string name="set_play_screen_lock">Verrouillage d\'écran</string> |  | ||||||
|     <string name="set_play_screen_lock_description">Continuer à lire des vidéos lorsque l\'écran est verrouillé</string> |  | ||||||
|  |  | ||||||
|  |  | ||||||
|     <string name="change_profile_picture">Modifier la photo de profil</string> |  | ||||||
|     <string name="account_updated">Le compte a été mis à jour !</string> |  | ||||||
|  |  | ||||||
|  |  | ||||||
|     <string name="new_video">Nouvelle vidéo</string> |  | ||||||
|     <string name="new_blacklist">New blacklist info</string> |  | ||||||
|     <string name="new_my_video_published">Your video is published</string> |  | ||||||
|     <string name="new_my_video_error">Error when publishing your video</string> |  | ||||||
|     <string name="new_comment">New comment</string> |  | ||||||
|     <string name="new_follow">New follow</string> |  | ||||||
|  |  | ||||||
|     <string name="notif_new_video">Nouvelle vidéo depuis vos souscriptions</string> |  | ||||||
|     <string name="notif_new_comment">Nouveau commentaire sur votre vidéo</string> |  | ||||||
|     <string name="notif_blocked">Une de vos vidéos est bloquée/débloquée</string> |  | ||||||
|     <string name="notif_video_published">Vidéo publiée (après transcodage / mise à jour programmée)</string> |  | ||||||
|     <string name="notif_video_imported">Import de vidéo terminé</string> |  | ||||||
|     <string name="notif_new_followers">Vous ou votre chaîne avez/a un·e nouvel·le abonné·e</string> |  | ||||||
|     <string name="notif_video_mention">Quelqu\'un vous a mentionné dans les commentaires d\'une vidéo</string> |  | ||||||
|     <string name="notif_abuse_received">Un signalement d\'abus a reçu un nouveau message</string> |  | ||||||
|     <string name="notif_abuse_accepted">Un de vos rapports d\'abus a été accepté ou rejeté par les modérateurs</string> |  | ||||||
|  |  | ||||||
|     <string name="save">Enregistrer</string> |  | ||||||
|     <string name="set_autoplay_next_video">Lire automatiquement la vidéo suivante</string> |  | ||||||
|     <string name="set_autoplay_next_video_description">Quand une vidéo est terminée, lire la prochaine vidéo suggérée.</string> |  | ||||||
|  |  | ||||||
|     <string name="enable_history">Activer l\'historique</string> |  | ||||||
|     <string name="set_autoplay">Lecture automatique</string> |  | ||||||
|     <string name="set_autoplay_description">Si activé, les vidéos seront lues automatiquement</string> |  | ||||||
|  |  | ||||||
|     <string name="set_fullscreen">Plein écran</string> |  | ||||||
|     <string name="set_fullscreen_description">Ouvre automatiquement les vidéos en plein écran</string> |  | ||||||
|  |  | ||||||
|     <string name="delete_account_comment">Supprimer tous les commentaires</string> |  | ||||||
|     <string name="delete_account_comment_confirm">Etes-vous sûr de vouloir supprimer tous les commentaires de ce compte pour vos vidéos ?</string> |  | ||||||
|     <string-array name="settings_theme"> |  | ||||||
|         <item>Clair</item> |  | ||||||
|         <item>Sombre</item> |  | ||||||
|         <item>Automatique</item> |  | ||||||
|     </string-array> |  | ||||||
|  |  | ||||||
|     <string name="refresh_every">Mettre à jour toutes les :</string> |  | ||||||
|     <string-array name="refresh_time"> |  | ||||||
|         <item>Jamais</item> |  | ||||||
|         <item>15 minutes</item> |  | ||||||
|         <item>30 minutes</item> |  | ||||||
|         <item>1 heure</item> |  | ||||||
|         <item>2 heures</item> |  | ||||||
|         <item>6 heures</item> |  | ||||||
|         <item>12 heures</item> |  | ||||||
|     </string-array> |  | ||||||
|  |  | ||||||
|     <plurals name="number_of_replies"> |  | ||||||
|         <item quantity="zero">%d réponse</item> |  | ||||||
|         <item quantity="one">%d réponse</item> |  | ||||||
|         <item quantity="other">%d réponses</item> |  | ||||||
|     </plurals> |  | ||||||
|  |  | ||||||
|     <string name="set_theme">Thème</string> |  | ||||||
|     <string name="set_theme_description">Permet de changer le thème de l\'application</string> |  | ||||||
|     <string name="federation_issue">La vidéo ne peut pas être fédérée !</string> |  | ||||||
|     <string name="title_home">Locale</string> |  | ||||||
|     <string name="title_local">Locale</string> |  | ||||||
|     <string name="title_discover">Découvrir</string> |  | ||||||
|     <string name="title_notifications">Notifications</string> |  | ||||||
|     <string name="title_recently_added">Nouveautés</string> |  | ||||||
|     <string name="title_trending">Tendances</string> |  | ||||||
|     <string name="title_most_liked">Plus aimées</string> |  | ||||||
|     <string name="toast_error">Une erreur s\'est produite !</string> |  | ||||||
|     <string name="title_muted">Sourdine</string> |  | ||||||
|     <string name="title_channel">Chaînes</string> |  | ||||||
|     <string name="do_not_list">Ne pas lister</string> |  | ||||||
|     <string name="blur">Estomper</string> |  | ||||||
|     <string name="display">Afficher</string> |  | ||||||
|     <string name="no_opinion">Pas d\'opinion</string> |  | ||||||
|     <string name="instance_choice">Choisissez une instance</string> |  | ||||||
|     <string name="not_valide_instance">Cette instance ne semble pas être valide !</string> |  | ||||||
|     <string name="no_videos">Aucune vidéo !</string> |  | ||||||
|     <string name="no_notifications">Aucune notification !</string> |  | ||||||
|     <string name="favicon">Favicon</string> |  | ||||||
|     <string name="open_with">Ouvrir avec</string> |  | ||||||
|     <string name="action_playlist_edit">Modifier une liste de lecture</string> |  | ||||||
|     <string name="close">Fermer</string> |  | ||||||
|     <string name="upload_video">Téléverser</string> |  | ||||||
|     <string name="image_preview">Aperçu de l\'image</string> |  | ||||||
|     <string name="file_to_upload">Sélectionnez un fichier à transférer</string> |  | ||||||
|     <string name="channel">Chaîne</string> |  | ||||||
|     <string name="videos">Vidéos</string> |  | ||||||
|     <string name="channels">Chaînes</string> |  | ||||||
|     <string name="yes">Oui</string> |  | ||||||
|     <string name="no">Non</string> |  | ||||||
|     <string name="cancel">Annuler</string> |  | ||||||
|     <string name="download">Télécharger</string> |  | ||||||
|     <string name="profile_picture">Photo du profil</string> |  | ||||||
|     <string name="update_video">Mettre à jour la vidéo</string> |  | ||||||
|     <string name="remove_from_playlist">Supprimer de la liste de lecture</string> |  | ||||||
|     <string name="date_seconds">%d s</string> |  | ||||||
|     <string name="date_minutes">%d min</string> |  | ||||||
|     <string name="date_hours">%d h</string> |  | ||||||
|     <string name="date_day">%d j</string> |  | ||||||
|     <string name="number_view_video">%s vues</string> |  | ||||||
|     <string name="title_instance_login">Domaine de l\'instance</string> |  | ||||||
|     <string name="uploading">Transfert en cours, veuillez patienter …</string> |  | ||||||
|     <string name="upload_video_success">La vidéo a été transférée !</string> |  | ||||||
|     <string name="toast_cancelled">Transfert annulé !</string> |  | ||||||
|     <string name="video_uploaded_action">Cliquez ici pour éditer les données de la vidéo.</string> |  | ||||||
|     <string name="toot_select_image_error">Une erreur s’est produite lors de la sélection du média !</string> |  | ||||||
|     <string name="download_file">Télécharger %1$s</string> |  | ||||||
|     <string name="action_privacy">Confidentialité</string> |  | ||||||
|     <string name="action_logout">Déconnexion</string> |  | ||||||
|     <string name="login">Connexion</string> |  | ||||||
|     <string name="password">Mot de passe</string> |  | ||||||
|     <string name="email">Courriel</string> |  | ||||||
|     <string name="tags">Étiquettes</string> |  | ||||||
|     <string name="validate">Valider</string> |  | ||||||
|     <string name="share_with">Partager avec</string> |  | ||||||
|     <string name="shared_via">Partagé via TubeLab</string> |  | ||||||
|     <string name="username">Nom d’utilisateur</string> |  | ||||||
|     <string name="settings">Paramètres</string> |  | ||||||
|     <string name="logout_account_confirmation">Voulez-vous vraiment déconnecter le compte @%1$s@%2$s ?</string> |  | ||||||
|     <string name="following">Suit</string> |  | ||||||
|     <string name="followers">Abonné·e·s</string> |  | ||||||
|     <string name="client_error">Impossible d’obtenir l’id du client !</string> |  | ||||||
|     <string name="toast_error_loading_account">Une erreur s’est produite pendant le chargement du compte !</string> |  | ||||||
|     <string name="toast_error_search">Une erreur s’est produite lors de la recherche !</string> |  | ||||||
|     <string name="nothing_to_do">Aucune action ne peut être réalisée</string> |  | ||||||
|     <string name="action_follow">S\'abonner</string> |  | ||||||
|     <string name="action_mute">Mettre en sourdine</string> |  | ||||||
|     <string name="search">Chercher</string> |  | ||||||
|     <string name="delete">Supprimer</string> |  | ||||||
|     <string name="action_lists_confirm_delete">Êtes-vous sûr de vouloir supprimer définitivement cette liste de lecture ?</string> |  | ||||||
|     <string name="action_lists_delete">Supprimer la liste de lecture</string> |  | ||||||
|     <string name="no_comments">Soyez le·a premier·ère à laisser un commentaire sur cette vidéo en utilisant le bouton supérieur droit !</string> |  | ||||||
|     <string name="comment_no_allowed_peertube">Les commentaires sur cette vidéos ont été désactivés !</string> |  | ||||||
|     <string name="pickup_resolution">Choisissez une résolution</string> |  | ||||||
|     <string name="bookmark_add_peertube">La vidéo est rajoutée aux favoris !</string> |  | ||||||
|     <string name="bookmark_remove_peertube">La vidéo a été retirée de vos favoris !</string> |  | ||||||
|     <string name="information" tools:ignore="UnusedResources">Information</string> |  | ||||||
|     <string name="app_logo">Logo de l’application</string> |  | ||||||
|     <!-- languages not translated --> |  | ||||||
|     <string name="subscriptions">Abonnements</string> |  | ||||||
|     <string name="delete_instance">Supprimer l\'instance</string> |  | ||||||
|     <string name="delete_instance_confirm">Etes-vous sûr de vouloir supprimer cette instance ?</string> |  | ||||||
|  |  | ||||||
|     <string name="delete_comment">Supprimer le commentaire</string> |  | ||||||
|     <string name="delete_comment_confirm">Etes-vous sûr de vouloir supprimer ce commentaire ?</string> |  | ||||||
|  |  | ||||||
|     <string name="set_video_mode">Mode pour les vidéos</string> |  | ||||||
|     <string name="filter">Filtrer</string> |  | ||||||
|     <string name="sepia_search">Recherche sépia</string> |  | ||||||
|     <string name="sepia_element_nsfw">Afficher le contenu sensible</string> |  | ||||||
|     <string name="sepia_element_published_date">Date de publication</string> |  | ||||||
|     <string name="any">Toutes</string> |  | ||||||
|     <string name="today">Aujourd\'hui</string> |  | ||||||
|     <string name="last_7_days">Les 7 derniers jours</string> |  | ||||||
|     <string name="last_30_days">Les 30 derniers jours</string> |  | ||||||
|     <string name="last_365_days">Les 365 derniers jours</string> |  | ||||||
|     <string name="sepia_element_duration">Durée</string> |  | ||||||
|     <string name="duration_short"><![CDATA[Courte (<4 min)]]></string> |  | ||||||
|     <string name="duration_medium"><![CDATA[Moyenne (4-10 min)]]></string> |  | ||||||
|     <string name="duration_long"><![CDATA[Longue (> 10 min)]]></string> |  | ||||||
|     <string name="display_all_categories">Afficher toutes les catégories</string> |  | ||||||
|     <string name="display_all_licenses">Afficher toutes les licences</string> |  | ||||||
|     <string name="display_all_languages">Afficher toutes les langues</string> |  | ||||||
|     <string name="all_of_these_tags">Tous ces labels</string> |  | ||||||
|     <string name="one_of_these_tags">Un de ces labels</string> |  | ||||||
|     <string name="apply_filter">Appliquer le filtre</string> |  | ||||||
|  |  | ||||||
|     <string name="playback_speed">Vitesse du lecteur</string> |  | ||||||
|     <string name="normal">Normal</string> |  | ||||||
|     <string-array name="sort_by_array"> |  | ||||||
|         <item>Meilleurs résultats</item> |  | ||||||
|         <item>Les plus récentes</item> |  | ||||||
|         <item>Les moins récentes</item> |  | ||||||
|     </string-array> |  | ||||||
|     <string name="sort_by">Trier par</string> |  | ||||||
|     <string name="sepia_search_hint">Mot-clé, chaîne, vidéo, etc.</string> |  | ||||||
|     <string name="sepia_indication">La recherche Sepia affiche les vidéos et les chaînes qui correspondent à votre recherche mais qui n\'est pas l\'éditeur, ni le propriétaire. Si vous remarquez des problèmes avec une vidéo, signalez-la aux administrateurs sur le site Web de PeerTube où la vidéo est publiée.</string> |  | ||||||
|     <string name="my_videos">Mes vidéos</string> |  | ||||||
|     <string name="title">Titre</string> |  | ||||||
|     <string name="license">Licence</string> |  | ||||||
|     <string name="category">Catégorie</string> |  | ||||||
|     <string name="language">Langue</string> |  | ||||||
|     <string name="peertube_nsfw">Cette vidéo contient du contenu pour adultes</string> |  | ||||||
|     <string name="peertube_enable_comments">Activer les commentaires</string> |  | ||||||
|     <string name="description">Libellé</string> |  | ||||||
|     <string name="toast_peertube_video_updated">La vidéo a été mise à jour !</string> |  | ||||||
|     <string name="register_account">Créer un compte</string> |  | ||||||
|     <string name="email_address">Adresse mèl</string> |  | ||||||
|     <string name="preview">Aperçu</string> |  | ||||||
|     <string name="change_preview">Modifier l\'aperçu</string> |  | ||||||
|     <string name="name">Nom</string> |  | ||||||
|     <string name="display_more">Afficher plus</string> |  | ||||||
|     <string name="no_channels">Aucune chaîne !</string> |  | ||||||
|     <string name="report_helper">Quelques explications concernant votre signalement…</string> |  | ||||||
|     <string name="report_video">Signaler la vidéo</string> |  | ||||||
|     <string name="report">Signaler</string> |  | ||||||
|     <string name="change_instance">Changer d\'instance</string> |  | ||||||
|     <string name="my_history">Historique</string> |  | ||||||
|     <string name="edit">Modifier</string> |  | ||||||
|     <string name="video_settings">Réglages des vidéos</string> |  | ||||||
|     <string name="app_interface">Interface</string> |  | ||||||
|     <string name="set_cache_mode">Cache</string> |  | ||||||
|     <string name="set_video_cache_description">Définir le cache pour les vidéos (par défaut 100Mo)</string> |  | ||||||
|     <string name="set_video_quality_description">Définir une qualité par défaut pour les vidéos</string> |  | ||||||
|     <string name="set_quality_mode">Résolution pour les vidéos</string> |  | ||||||
|     <string name="video_cache_value">Cache vidéo : %d Mo</string> |  | ||||||
|     <string name="captions">Légendes</string> |  | ||||||
|     <string name="pickup_captions">Options d\'envoi</string> |  | ||||||
|     <string name="none">Aucune</string> |  | ||||||
|     <string name="set_video_mode_description">Permet de changer le mode de lecture pour les vidéos (normal, streaming ou via un navigateur).</string> |  | ||||||
|     <string name="delete_video">Supprimer la vidéo</string> |  | ||||||
|     <string name="delete_video_confirmation">Êtes-vous sûr de vouloir supprimer cette vidéo ?</string> |  | ||||||
|     <string name="no_video_to_display">Aucune vidéo n’est disponible !</string> |  | ||||||
|     <string name="share">Partager</string> |  | ||||||
|     <string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> a commenté votre vidéo <b>%2$s</b>]]></string> |  | ||||||
|     <string name="peertube_follow_channel"><![CDATA[<b>%1$s</b> suit votre chaîne <b>%2$s</b>]]></string> |  | ||||||
|     <string name="peertube_follow_account"><![CDATA[<b>%1$s</b> suit votre compte]]></string> |  | ||||||
|     <string name="peertube_video_published"><![CDATA[Votre vidéo <b>%1$s</b> a été publiée]]></string> |  | ||||||
|     <string name="peertube_video_import_success"><![CDATA[L’importation de votre vidéo <b>%1$s</b> a réussi]]></string> |  | ||||||
|     <string name="peertube_video_import_error"><![CDATA[Échec lors de l’importation de votre vidéo <b>%1$s</b>]]></string> |  | ||||||
|     <string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> a publié une nouvelle vidéo : <b>%2$s</b>]]></string> |  | ||||||
|     <string name="peertube_video_blacklist"><![CDATA[Votre vidéo <b>%1$s</b> a été blacklisté]]></string> |  | ||||||
|     <string name="peertube_video_unblacklist"><![CDATA[Votre vidéo <b>%1$s</b> n’est plus blacklisté]]></string> |  | ||||||
|     <string name="peertube_video_abuse"><![CDATA[Nouveau signalement pour la vidéo : <b>%1$s</b>]]></string> |  | ||||||
|     <string name="add_public_comment">Ajouter un commentaire public</string> |  | ||||||
|     <string name="add_public_reply">Répondre publiquement</string> |  | ||||||
|     <string name="send_comment">Envoyer un commentaire</string> |  | ||||||
|     <string name="all">Tout</string> |  | ||||||
|     <string name="activity">Activité</string> |  | ||||||
|     <string name="app">App</string> |  | ||||||
|     <string name="fetch_notification_channel_name">Mise à jour des notifications</string> |  | ||||||
|     <string name="peertube_video_report_success"><![CDATA[ Votre signalement <b>%1$s</b> a été accepté]]></string> |  | ||||||
|     <string name="reply">Répondre</string> |  | ||||||
|     <!-- end languages --> |  | ||||||
|     <string name="playlists">Listes de lecture</string> |  | ||||||
|     <string name="display_name">Nom d\'affichage</string> |  | ||||||
|     <string name="action_playlist_add">Vous n\'avez aucune liste de lecture. Cliquez sur l\'icône « + » pour en ajouter une</string> |  | ||||||
|     <string name="error_display_name">Vous devez fournir un nom d\'affichage !</string> |  | ||||||
|     <string name="error_channel_mandatory">Une chaîne est requise lorsque la liste de lecture est publique.</string> |  | ||||||
|     <string name="action_playlist_create">Créer une liste de lecture</string> |  | ||||||
|     <string name="action_playlist_empty_content">Cette liste de lecture est vide.</string> |  | ||||||
|     <string name="password_confirm">Confirmer le mot de passe</string> |  | ||||||
|     <string name="agreement_check">J\'accepte les %1$s et les %2$s</string> |  | ||||||
|     <string name="server_rules">règles du serveur</string> |  | ||||||
|     <string name="tos">conditions de service</string> |  | ||||||
|     <string name="sign_up">S’inscrire</string> |  | ||||||
|     <string name="all_field_filled">Veuillez remplir tous les champs !</string> |  | ||||||
|     <string name="password_error">Les mots de passe ne sont pas identiques !</string> |  | ||||||
|     <string name="email_error">L\'e-mail ne semble pas être valide !</string> |  | ||||||
|     <string name="email_indicator">Vous recevrez un e-mail de confirmation</string> |  | ||||||
|     <string name="password_indicator">Utilisez au moins 8 caractères</string> |  | ||||||
|     <string name="password_too_short">Le mot de passe doit contenir au moins 8 caractères</string> |  | ||||||
|     <string name="username_error">Le nom d\'utilisateur·rice doit être en minuscule, contenir uniquement des lettres, des chiffres, des points et des caractères de soulignement</string> |  | ||||||
|     <string name="account_created">Compte créé !</string> |  | ||||||
|     <string name="account_created_message">Votre compte est créé !\n\nVous allez recevoir un email de confirmation à l\'adresse <b>%1$s</b>.\n\nCliquez sur le lien présent dans le mail pour valider votre compte.</string> |  | ||||||
|     <string name="account">Compte</string> |  | ||||||
|     <string name="report_account">Signaler le compte</string> |  | ||||||
|     <string-array name="settings_video_mode"> |  | ||||||
|         <item>Normal</item> |  | ||||||
|         <item>Navigateur</item> |  | ||||||
|         <item>Magnet</item> |  | ||||||
|         <item>Torrent</item> |  | ||||||
|     </string-array> |  | ||||||
|     <string-array name="settings_video_quality"> |  | ||||||
|         <item>Élevée</item> |  | ||||||
|         <item>Moyenne</item> |  | ||||||
|         <item>Faible</item> |  | ||||||
|     </string-array> |  | ||||||
|  |  | ||||||
|     <string name="unlimited">Illimité</string> |  | ||||||
|     <string name="mb">Mo</string> |  | ||||||
|     <string name="gb">Go</string> |  | ||||||
|     <string name="total_video_quota">Total du quota vidéo</string> |  | ||||||
|     <string name="daily_video_quota">Quota vidéo journalier</string> |  | ||||||
|     <string name="nsfw_title_warning">Contenu explicite ou sensible</string> |  | ||||||
|     <string name="nsfw_message_warning">Cette vidéo contient du contenu sensible. Êtes-vous sûr·e de vouloir la regarder ?</string> |  | ||||||
|     <string name="set_autoplay_next_video_settings">Lecture automatique</string> |  | ||||||
|     <string name="unfollow_confirm">Voulez-vous vous désabonner de ce compte ?</string> |  | ||||||
|     <string name="no_playlist">Aucune liste de lecture !</string> |  | ||||||
|     <string name="title_video_peertube">Titre de la vidéo</string> |  | ||||||
|     <string name="join_peertube">Rejoignez Peertube</string> |  | ||||||
|     <string name="agreement_check_peertube">J\'ai au moins 16 ans et je suis d\'accord avec les %1$s de cette instance</string> |  | ||||||
|     <string name="edit_profile">Éditer le profil</string> |  | ||||||
|     <string name="make_an_action">Faire une action</string> |  | ||||||
|     <string name="action_unfollow">Se désabonner</string> |  | ||||||
|     <string name="display_nsfw_videos">Afficher les vidéos sensibles</string> |  | ||||||
|     <string name="fullscreen">Vidéo plein écran</string> |  | ||||||
|     <string name="bookmark_peertube_empty">Il n’y a aucune vidéo Peertube dans vos favoris !</string> |  | ||||||
|     <string name="delete_channel">Supprimer la chaîne</string> |  | ||||||
|     <string name="action_channel_confirm_delete">Êtes-vous sûr de vouloir supprimer définitivement cette chaîne ?</string> |  | ||||||
|     <string name="modify_playlists">Vidéo dans les listes de lecture</string> |  | ||||||
|     <string name="no_muted">Aucun compte en sourdine !</string> |  | ||||||
|     <string name="error_display_name_channel">Vous devez fournir un nom d\'affichage et un nom pour la chaîne!</string> |  | ||||||
|     <string name="action_channel_create">Créer une chaîne</string> |  | ||||||
|     <string name="action_channel_edit">Modifier une chaîne</string> |  | ||||||
|     <string name="email_error_domain">Les adresses mails %1$s ne sont pas autorisées !</string> |  | ||||||
|     <string name="report_comment_size">Veuillez préciser les raisons.</string> |  | ||||||
|     <string name="not_logged_in">Vous devez être connecté.e pour effectuer cette action !</string> |  | ||||||
|     <string name="successful_report">Le compte a été signalé !</string> |  | ||||||
|     <string name="successful_report_comment">Le commentaire a été signalé !</string> |  | ||||||
|     <string name="successful_video_report">La vidéo a été signalée !</string> |  | ||||||
|     <string name="password_length_error">Le mot de passe doit contenir 6 caractères !</string> |  | ||||||
|     <string name="muted_done">Le compte a été mis en sourdine !</string> |  | ||||||
|     <string name="edit_video">Modifier une vidéo</string> |  | ||||||
|     <string name="create_an_account">Créer un compte</string> |  | ||||||
|     <string name="followers_count">%1$s Abonné·e·s</string> |  | ||||||
|     <string name="developer">Développeur</string> |  | ||||||
|     <string name="about_vesrion">Version %1$s</string> |  | ||||||
|     <string name="about_the_app">À propos de l’application</string> |  | ||||||
|     <string name="Donate">Faire un don</string> |  | ||||||
|     <string name="source_code">Code source</string> |  | ||||||
|     <string name="issue_tracker">Suivi des tickets</string> |  | ||||||
|     <string name="action_instance_empty_content">Aucune instance ne correspond à ces critères</string> |  | ||||||
|     <string name="instances_picker">Sélecteur d\'instances</string> |  | ||||||
|     <string name="pickup_instance">Choisissez une instance</string> |  | ||||||
|     <string name="sensitive_video"> Vidéos sensibles</string> |  | ||||||
|     <string name="sensitive_content">Contenu sensible : %1$s</string> |  | ||||||
|     <string name="followers_instance">%1$s instances suiveuses</string> |  | ||||||
|     <string name="help">Aide</string> |  | ||||||
|     <string name="pickup_categories">Sélection des catégories</string> |  | ||||||
|     <string name="pickup_languages">Sélection des langues</string> |  | ||||||
|     <string name="notification_channel_name">Mise à jour des informations</string> |  | ||||||
|     <string name="add_account">Ajouter un compte</string> |  | ||||||
|     <string name="list_of_accounts">Liste des comptes</string> |  | ||||||
|     <string name="pause">Pause</string> |  | ||||||
|     <string name="play">Jouer</string> |  | ||||||
|     <string name="minimize">Minimiser</string> |  | ||||||
|     <string name="fast_rewind">Rembobinage rapide</string> |  | ||||||
|     <string name="fast_forward">Avance rapide</string> |  | ||||||
|     <string name="set_video_minimize">Minimiser la taille des vidéos</string> |  | ||||||
|     <string name="set_video_minimize_description">Minimiser la taille des vidéos lorsque l\'application est en arrière-plan (Android N+)</string> |  | ||||||
|     <string name="set_video_language">Filtre de langue</string> |  | ||||||
|     <string name="set_video_language_description">Filtrer les vidéos avec différentes langues</string> |  | ||||||
| </resources> |  | ||||||
| @@ -1,6 +1,4 @@ | |||||||
| <resources xmlns:tools="http://schemas.android.com/tools"> | <resources xmlns:tools="http://schemas.android.com/tools"> | ||||||
|     <string name="app_name" translatable="false">bittube</string> |  | ||||||
|     <string name="app_id" translatable="false">app.fedilab.bittube</string> |  | ||||||
|     <string name="set_video_mode_choice" translatable="false">set_video_mode_choice</string> |     <string name="set_video_mode_choice" translatable="false">set_video_mode_choice</string> | ||||||
|     <string name="set_video_minimize_choice" translatable="false">set_video_minimize_choice</string> |     <string name="set_video_minimize_choice" translatable="false">set_video_minimize_choice</string> | ||||||
|     <string name="set_video_language_choice" translatable="false">set_video_language_choice</string> |     <string name="set_video_language_choice" translatable="false">set_video_language_choice</string> | ||||||
| @@ -14,6 +12,8 @@ | |||||||
|     <string name="set_play_screen_lock_choice" translatable="false">set_play_screen_lock_choice</string> |     <string name="set_play_screen_lock_choice" translatable="false">set_play_screen_lock_choice</string> | ||||||
|     <string name="set_video_in_list_choice" translatable="false">set_video_in_list_choice</string> |     <string name="set_video_in_list_choice" translatable="false">set_video_in_list_choice</string> | ||||||
|     <string name="set_cast_choice" translatable="false">set_cast_choice</string> |     <string name="set_cast_choice" translatable="false">set_cast_choice</string> | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|     <string name="set_cast">Enable Chromecast (beta)</string> |     <string name="set_cast">Enable Chromecast (beta)</string> | ||||||
|     <string name="please_wait">Please wait</string> |     <string name="please_wait">Please wait</string> | ||||||
|     <string name="set_cast_description">Allow to discover Chromecast devices on the network.</string> |     <string name="set_cast_description">Allow to discover Chromecast devices on the network.</string> | ||||||
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/ic_launcher-playstore.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 14 KiB | 
							
								
								
									
										5
									
								
								app/src/queermotion/res/color/bottom_nav_color.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,5 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||||||
|  |     <item android:color="@color/colorAccent" android:state_checked="true" /> | ||||||
|  |     <item android:color="@android:color/tab_indicator_text" /> | ||||||
|  | </selector> | ||||||
| @@ -0,0 +1,31 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
|  |     android:width="108dp" | ||||||
|  |     android:height="108dp" | ||||||
|  |     android:viewportWidth="108" | ||||||
|  |     android:viewportHeight="108"> | ||||||
|  |     <group | ||||||
|  |         android:scaleX="0.4062992" | ||||||
|  |         android:scaleY="0.4062992" | ||||||
|  |         android:translateX="4.98" | ||||||
|  |         android:translateY="15.604725"> | ||||||
|  |         <path | ||||||
|  |             android:fillColor="#f5f5f5" | ||||||
|  |             android:pathData="M102.6,32.8l85.6,59.5c1.6,0.8 1.6,2.8 0,3.5l-85.7,59.3c-1.5,0.8 -3.4,-0.2 -3.4,-1.8l0.1,-118.8c0,-1.4 1.9,-2.5 3.4,-1.7z" /> | ||||||
|  |         <group> | ||||||
|  |             <clip-path android:pathData="M102.6,32.8l85.6,59.5c1.6,0.8 1.6,2.8 0,3.5l-85.7,59.3c-1.5,0.8 -3.4,-0.2 -3.4,-1.8l0.1,-118.8c0,-1.4 1.9,-2.5 3.4,-1.7z" /> | ||||||
|  |             <path | ||||||
|  |                 android:fillColor="#b580c9" | ||||||
|  |                 android:pathData="M-36.9,2.7v67.2l122.4,22 116.8,-21.7V2.7L85.5,24.4z" /> | ||||||
|  |             <path | ||||||
|  |                 android:fillColor="#734d75" | ||||||
|  |                 android:pathData="M-36.9,82.7v59.6l122.4,22 116.8,-21.7V82.7L85.5,104.5z" /> | ||||||
|  |         </group> | ||||||
|  |         <path | ||||||
|  |             android:fillColor="#17112d" | ||||||
|  |             android:pathData="M64.4,65.4m-14.5,0a14.5,14.5 0,1 1,29 0a14.5,14.5 0,1 1,-29 0" /> | ||||||
|  |         <path | ||||||
|  |             android:fillColor="#17112d" | ||||||
|  |             android:pathData="M64.4,122.5m-14.5,0a14.5,14.5 0,1 1,29 0a14.5,14.5 0,1 1,-29 0" /> | ||||||
|  |     </group> | ||||||
|  | </vector> | ||||||
| After Width: | Height: | Size: 549 B | 
| After Width: | Height: | Size: 391 B | 
| After Width: | Height: | Size: 723 B | 
| After Width: | Height: | Size: 1006 B | 
							
								
								
									
										30
									
								
								app/src/queermotion/res/drawable/ic_launcher_foreground.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,30 @@ | |||||||
|  | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
|  |     android:width="108dp" | ||||||
|  |     android:height="108dp" | ||||||
|  |     android:viewportWidth="108" | ||||||
|  |     android:viewportHeight="108"> | ||||||
|  |   <group | ||||||
|  |       android:scaleX="0.4062992" | ||||||
|  |       android:scaleY="0.4062992" | ||||||
|  |       android:translateX="4.98" | ||||||
|  |       android:translateY="15.604725"> | ||||||
|  |     <path | ||||||
|  |         android:fillColor="#f5f5f5" | ||||||
|  |         android:pathData="M102.6,32.8l85.6,59.5c1.6,0.8 1.6,2.8 0,3.5l-85.7,59.3c-1.5,0.8 -3.4,-0.2 -3.4,-1.8l0.1,-118.8c0,-1.4 1.9,-2.5 3.4,-1.7z" /> | ||||||
|  |     <group> | ||||||
|  |       <clip-path android:pathData="M102.6,32.8l85.6,59.5c1.6,0.8 1.6,2.8 0,3.5l-85.7,59.3c-1.5,0.8 -3.4,-0.2 -3.4,-1.8l0.1,-118.8c0,-1.4 1.9,-2.5 3.4,-1.7z" /> | ||||||
|  |       <path | ||||||
|  |           android:fillColor="#b580c9" | ||||||
|  |           android:pathData="M-36.9,2.7v67.2l122.4,22 116.8,-21.7V2.7L85.5,24.4z" /> | ||||||
|  |       <path | ||||||
|  |           android:fillColor="#734d75" | ||||||
|  |           android:pathData="M-36.9,82.7v59.6l122.4,22 116.8,-21.7V82.7L85.5,104.5z" /> | ||||||
|  |     </group> | ||||||
|  |     <path | ||||||
|  |         android:fillColor="#17112d" | ||||||
|  |         android:pathData="M64.4,65.4m-14.5,0a14.5,14.5 0,1 1,29 0a14.5,14.5 0,1 1,-29 0" /> | ||||||
|  |     <path | ||||||
|  |         android:fillColor="#17112d" | ||||||
|  |         android:pathData="M64.4,122.5m-14.5,0a14.5,14.5 0,1 1,29 0a14.5,14.5 0,1 1,-29 0" /> | ||||||
|  |   </group> | ||||||
|  | </vector> | ||||||
| @@ -0,0 +1,5 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||||||
|  |     <background android:drawable="@color/ic_launcher_background" /> | ||||||
|  |     <foreground android:drawable="@drawable/ic_launcher_foreground" /> | ||||||
|  | </adaptive-icon> | ||||||
| @@ -0,0 +1,5 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||||||
|  |     <background android:drawable="@color/ic_launcher_background" /> | ||||||
|  |     <foreground android:drawable="@drawable/ic_launcher_foreground" /> | ||||||
|  | </adaptive-icon> | ||||||
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/res/mipmap-hdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 1.7 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/res/mipmap-hdpi/ic_launcher_round.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 3.5 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/res/mipmap-mdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 1.2 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/res/mipmap-mdpi/ic_launcher_round.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 2.2 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/res/mipmap-xhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 2.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/res/mipmap-xhdpi/ic_launcher_round.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 5.0 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/res/mipmap-xxhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 3.6 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/res/mipmap-xxhdpi/ic_launcher_round.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 7.8 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/res/mipmap-xxxhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 5.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								app/src/queermotion/res/mipmap-xxxhdpi/ic_launcher_round.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 11 KiB | 
							
								
								
									
										14
									
								
								app/src/queermotion/res/values/colors.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,14 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <resources> | ||||||
|  |     <color name="colorPrimary">#864692</color> | ||||||
|  |     <color name="colorPrimaryDark">#B97EC6</color> | ||||||
|  |     <color name="colorAccent">#B97EC6</color> | ||||||
|  |  | ||||||
|  |     <color name="tag_color">#bb864692</color> | ||||||
|  |     <color name="tag_color_text">#FAFAFA</color> | ||||||
|  |     <color name="positive_thumbs">#2b90d9</color> | ||||||
|  |     <color name="negative_thumbs">#F44336</color> | ||||||
|  |     <color name="backgroundDark">#DD000000</color> | ||||||
|  |     <color name="red_1">#F44336</color> | ||||||
|  |     <color name="gray_light">#80808080</color> | ||||||
|  | </resources> | ||||||
| @@ -0,0 +1,4 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <resources> | ||||||
|  |     <color name="ic_launcher_background">#FFFFFF</color> | ||||||
|  | </resources> | ||||||
							
								
								
									
										7
									
								
								app/src/queermotion/res/xml/file_paths.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,7 @@ | |||||||
|  | <?xml version="1.0" encoding="utf-8"?> | ||||||
|  | <paths xmlns:android="http://schemas.android.com/apk/res/android"> | ||||||
|  |     <external-path | ||||||
|  |         name="my_images" | ||||||
|  |         path="/queermotion/" /> | ||||||
|  |  | ||||||
|  | </paths> | ||||||