Compare commits
44 Commits
Author | SHA1 | Date | |
---|---|---|---|
4db288743e | |||
ba569b2d40 | |||
c774dcee96 | |||
48fe22c8db | |||
3f282c8116 | |||
4f4cdd68b5 | |||
9c350c922b | |||
8548777c50 | |||
30d344987c | |||
80c8e1a356 | |||
8ce7eb386f | |||
c50a587250 | |||
a8b17ce0b2 | |||
731863ef6c | |||
04b8294022 | |||
4937ff43e5 | |||
1670867a1d | |||
5e947cd221 | |||
1f8c5cbc05 | |||
c2ab7a3608 | |||
d62ff6d18f | |||
92a0af8b36 | |||
34ed36f9ae | |||
7777317eb8 | |||
4d53612adc | |||
e08d9805f1 | |||
cb5b7274fe | |||
db84cac8f0 | |||
b6769ca25f | |||
70903578d1 | |||
07d8a39681 | |||
7410467cd6 | |||
f21732f753 | |||
9dca5fcd3b | |||
1bc99b3c46 | |||
a8a5028852 | |||
f5fa9944ad | |||
3697917d2b | |||
9f25405983 | |||
9c476037ef | |||
2044a85b58 | |||
d878ac780c | |||
55179c6955 | |||
618384cccb |
@ -10,8 +10,8 @@ android {
|
||||
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 11
|
||||
versionName "1.1.1"
|
||||
versionCode 12
|
||||
versionName "1.2.0"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
@ -117,4 +117,7 @@ dependencies {
|
||||
implementation "com.google.code.gson:gson:2.8.6"
|
||||
implementation 'androidx.media:media:1.2.0'
|
||||
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
||||
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
<resources>
|
||||
<string name="app_name" translatable="false">TubeAcad</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_instances">Instances</string>
|
||||
@ -159,7 +160,6 @@
|
||||
<string name="error_display_name_channel">Vous devez fournir un nom d\'affichage et un nom pour la chaîne!</string>
|
||||
<string name="action_playlist_empty_content">Cette liste de lecture est vide.</string>
|
||||
<string name="playlists">Listes de lecture</string>
|
||||
<string name="no_notifications">Aucune notification à afficher</string>
|
||||
|
||||
|
||||
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> a commenté votre vidéo <b>%2$s</b>]]></string>
|
||||
@ -171,6 +171,7 @@
|
||||
<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[Nouvelle modération sur la vidéo : <b>%1$s</b>]]></string>
|
||||
<string name="toast_code_error">Une erreur s’est produite ! L’instance n’a retourné aucun code d\autorisation !</string>
|
||||
<string name="subscriptions">Abonnements</string>
|
||||
<string name="report">Signaler</string>
|
||||
@ -178,6 +179,7 @@
|
||||
<string name="report_account">Signaler le compte</string>
|
||||
<string name="report_helper">Quelques explications concernant votre signalement…</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="report_comment_size">Veuillez préciser les raisons.</string>
|
||||
<string name="all">Tout</string>
|
||||
@ -185,16 +187,34 @@
|
||||
<string name="edit_video">Modifier une vidéo</string>
|
||||
<string name="settings">Paramètres</string>
|
||||
|
||||
|
||||
<string name="video_settings">Paramètres des vidéos</string>
|
||||
<string name="app_interface">Interface</string>
|
||||
|
||||
|
||||
<string-array name="settings_video_mode">
|
||||
<item>Normal</item>
|
||||
<item>Streaming</item>
|
||||
<item>Navigateur</item>
|
||||
</string-array>
|
||||
|
||||
|
||||
<string name="set_cache_mode">Cache</string>
|
||||
<string name="set_video_cache_description">Set the cache for videos (default 100Mb)</string>
|
||||
<string name="video_cache_value">Cache pour les vidéos: %d Mo</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-array name="settings_video_quality">
|
||||
<item>Elevé</item>
|
||||
<item>Moyen</item>
|
||||
<item>Faible</item>
|
||||
</string-array>
|
||||
|
||||
<string name="set_video_quality_description">Permet de définir la qualité de la vidéo par défaut</string>
|
||||
<string name="set_quality_mode">Résolution pour les vidéos</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="register_account">Créer un compte</string>
|
||||
@ -203,6 +223,7 @@
|
||||
<string name="title_muted">Sourdine</string>
|
||||
<string name="title_blocked">Bloqués</string>
|
||||
<string name="no_muted">Aucun compte en sourdine !</string>
|
||||
<string name="no_notifications">Aucune notification !</string>
|
||||
<string name="action_mute">Mettre en sourdine</string>
|
||||
<string name="action_unmute">Réactiver le compte</string>
|
||||
<string name="muted_done">Le compte a été mis en sourdine !</string>
|
||||
|
@ -9,4 +9,10 @@
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
</style>
|
||||
|
||||
<style name="AppThemeNoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
</style>
|
||||
</resources>
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 132 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
4
app/src/fdroid_acad/play/release-notes/en-US/default.txt
Normal file
@ -0,0 +1,4 @@
|
||||
- Force le mode paysage lors du passage en mode plein écran
|
||||
- Modifier la valeur du cache pour les vidéos
|
||||
- Définir la résolution par défaut pour les vidéos
|
||||
- Correction de bugs
|
@ -1 +0,0 @@
|
||||
- Correction de bugs
|
@ -1 +0,0 @@
|
||||
TubeLab est une application Peertube pour les instances académiques.
|
@ -1,22 +0,0 @@
|
||||
*Not authenticated mode*
|
||||
|
||||
It's a limited mode where you can do some actions:
|
||||
|
||||
- Switch instance,
|
||||
- Share videos,
|
||||
- Download videos.
|
||||
|
||||
|
||||
*Authenticated mode*
|
||||
|
||||
Many features are available with this mode:
|
||||
|
||||
- Write/delete comments
|
||||
- Upload/remove/edit videos
|
||||
- Manage (create/edit/remove) channels and playlists
|
||||
- Follow/unfollow channels
|
||||
- Thumbs-up/down
|
||||
- Check notifications
|
||||
- Mute/unmute channels
|
||||
- Report videos/accounts
|
||||
- Check your history
|
@ -1 +0,0 @@
|
||||
TubeLab est une application Peertube pour les instances académiques.
|
@ -1,22 +0,0 @@
|
||||
*Not authenticated mode*
|
||||
|
||||
It's a limited mode where you can do some actions:
|
||||
|
||||
- Switch instance,
|
||||
- Share videos,
|
||||
- Download videos.
|
||||
|
||||
|
||||
*Authenticated mode*
|
||||
|
||||
Many features are available with this mode:
|
||||
|
||||
- Write/delete comments
|
||||
- Upload/remove/edit videos
|
||||
- Manage (create/edit/remove) channels and playlists
|
||||
- Follow/unfollow channels
|
||||
- Thumbs-up/down
|
||||
- Check notifications
|
||||
- Mute/unmute channels
|
||||
- Report videos/accounts
|
||||
- Check your history
|
@ -1 +0,0 @@
|
||||
TubeLab est une application Peertube pour les instances académiques.
|
@ -1,22 +0,0 @@
|
||||
*Not authenticated mode*
|
||||
|
||||
It's a limited mode where you can do some actions:
|
||||
|
||||
- Switch instance,
|
||||
- Share videos,
|
||||
- Download videos.
|
||||
|
||||
|
||||
*Authenticated mode*
|
||||
|
||||
Many features are available with this mode:
|
||||
|
||||
- Write/delete comments
|
||||
- Upload/remove/edit videos
|
||||
- Manage (create/edit/remove) channels and playlists
|
||||
- Follow/unfollow channels
|
||||
- Thumbs-up/down
|
||||
- Check notifications
|
||||
- Mute/unmute channels
|
||||
- Report videos/accounts
|
||||
- Check your history
|
@ -1 +0,0 @@
|
||||
TubeLab est une application Peertube pour les instances académiques.
|
@ -1,22 +0,0 @@
|
||||
*Not authenticated mode*
|
||||
|
||||
It's a limited mode where you can do some actions:
|
||||
|
||||
- Switch instance,
|
||||
- Share videos,
|
||||
- Download videos.
|
||||
|
||||
|
||||
*Authenticated mode*
|
||||
|
||||
Many features are available with this mode:
|
||||
|
||||
- Write/delete comments
|
||||
- Upload/remove/edit videos
|
||||
- Manage (create/edit/remove) channels and playlists
|
||||
- Follow/unfollow channels
|
||||
- Thumbs-up/down
|
||||
- Check notifications
|
||||
- Mute/unmute channels
|
||||
- Report videos/accounts
|
||||
- Check your history
|
@ -1 +0,0 @@
|
||||
TubeLab est une application Peertube pour les instances académiques.
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 892 KiB After Width: | Height: | Size: 892 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
@ -14,9 +14,9 @@ Molte funzioni sono disponibili con questa modalità:
|
||||
- Scrittura/elimina commenti
|
||||
- Carica/rimuovi/modifica video
|
||||
- Gestisci (crea/modifica/rimuovi) i canali e le playlist
|
||||
- Follow/unfollow channels
|
||||
- Thumbs-up/down
|
||||
- Seguire/non seguire i canali
|
||||
- Pollici su/giù
|
||||
- Controlla le notifiche
|
||||
- Mute/unmute channels
|
||||
- Disattivare/disattivare i canali
|
||||
- Segnala video/account
|
||||
- Controlla la tua cronologia
|
@ -0,0 +1 @@
|
||||
TubeLab è un'applicazione Peertube per le istanze accademiche.
|
22
app/src/fdroid_full/play/listings/nl/full-description.txt
Normal file
@ -0,0 +1,22 @@
|
||||
*Niet geverifieerde modus*
|
||||
|
||||
Het is een beperkte modus waarin je een aantal acties kunt uitvoeren:
|
||||
|
||||
- Schakel bijvoorbeeld over,
|
||||
- Deel video's,
|
||||
- Download video's.
|
||||
|
||||
|
||||
*Authentieke modus*
|
||||
|
||||
Er zijn veel functies beschikbaar met deze modus:
|
||||
|
||||
- Schrijf/verwijder opmerkingen
|
||||
- Video's uploaden/verwijderen/bewerken
|
||||
- Beheer (aanmaken/bewerken/verwijderen) van kanalen en afspeellijsten
|
||||
- Follow/unfollow channels
|
||||
- Duimen omhoog/omlaag
|
||||
- Meldingen controleren
|
||||
- Mute/unmute kanalen
|
||||
- Rapportagevideo's/rekeningen
|
||||
- Controleer uw geschiedenis
|
@ -0,0 +1 @@
|
||||
TubeLab is een Peertube-toepassing voor academische instanties.
|
22
app/src/fdroid_full/play/listings/pl/full-description.txt
Normal file
@ -0,0 +1,22 @@
|
||||
*Nie ma trybu uwierzytelnionego*
|
||||
|
||||
Jest to tryb ograniczony, w którym można wykonywać pewne czynności:
|
||||
|
||||
- Przełącznik,
|
||||
- Podziel się filmami,
|
||||
- Pobierz filmy.
|
||||
|
||||
|
||||
*Tryb uwierzytelniony*
|
||||
|
||||
W tym trybie dostępnych jest wiele funkcji:
|
||||
|
||||
- Napisać/usunąć komentarz
|
||||
- Przesyłanie/usuwanie/edycja filmów
|
||||
- Zarządzanie (tworzenie/edycja/usuwanie) kanałami i listami odtwarzania
|
||||
- Kanały podążające/niepodążające
|
||||
- Kciuki w górę/w dół
|
||||
- Powiadomienia o kontroli
|
||||
- Kanały wyciszone/niewyciszone
|
||||
- Raporty wideo/rachunki
|
||||
- Sprawdź swoją historię
|
@ -0,0 +1 @@
|
||||
TubeLab jest aplikacją Peertube dla instancji akademickich.
|
22
app/src/fdroid_full/play/listings/pt/full-description.txt
Normal file
@ -0,0 +1,22 @@
|
||||
*Não autenticado*
|
||||
|
||||
É um modo limitado onde você pode realizar algumas ações:
|
||||
|
||||
- Trocar de instância,
|
||||
- Compartilhar vídeos,
|
||||
- Download de vídeos.
|
||||
|
||||
|
||||
*Modo autenticado*
|
||||
|
||||
Muitas características estão disponíveis com este modo:
|
||||
|
||||
- Escrever/apagar comentários
|
||||
- Upload/remoção/edição de vídeos
|
||||
- Gerenciar (criar/editar/remover) canais e listas de reprodução
|
||||
- Seguir/sempreender os canais
|
||||
- Polegares para cima/baixo
|
||||
- Verificar notificações
|
||||
- Canais de mudo/unmudo
|
||||
- Relatar vídeos/contas
|
||||
- Confira seu histórico
|
@ -0,0 +1 @@
|
||||
O TubeLab é uma aplicação Peertube para instâncias acadêmicas.
|
22
app/src/fdroid_full/play/listings/ru/full-description.txt
Normal file
@ -0,0 +1,22 @@
|
||||
*Не аутентифицированный режим*
|
||||
|
||||
Это ограниченный режим, где можно совершить некоторые действия:
|
||||
|
||||
- Переключать экземпляры,
|
||||
- Поделиться видео,
|
||||
- Скачать видео.
|
||||
|
||||
|
||||
*Аутентифицированный режим*
|
||||
|
||||
В этом режиме доступны многие функции:
|
||||
|
||||
- Оставлять/удалять комментарии
|
||||
- Загружать/удалять/редактировать видео
|
||||
- Управлять (создание/редактирование/удаление) каналами и плейлистами
|
||||
- Подписаться/отписаться от каналов
|
||||
- Палец вверх/вниз
|
||||
- Проверить уведомления
|
||||
- Отключить/включить каналы
|
||||
- Пожаловаться на видео/аккаунты
|
||||
- История Ваших просмотров
|
@ -0,0 +1 @@
|
||||
TubeLab - это приложение Peertube для образовательных экземпляров.
|
5
app/src/fdroid_full/play/release-notes/en-US/default.txt
Normal file
@ -0,0 +1,5 @@
|
||||
- Force landscape view when switching in full screen
|
||||
- Sync languages with the instance
|
||||
- Change default cache for videos (settings)
|
||||
- Set default resolution for videos (settings)
|
||||
- Some bug fixes.
|
@ -1 +0,0 @@
|
||||
- Fix some crashes
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="title_home">Home</string>
|
||||
<string name="title_local">Local</string>
|
||||
<string name="title_discover">Discover</string>
|
||||
<string name="title_notifications">Notifications</string>
|
||||
<string name="title_recently_added">Recently added</string>
|
||||
@ -16,6 +17,7 @@
|
||||
<string name="instance_choice">Pick an instance</string>
|
||||
<string name="not_valide_instance">This instance does not seem to be valid!</string>
|
||||
<string name="no_videos">No videos!</string>
|
||||
<string name="no_notifications">No notifications!</string>
|
||||
<string name="favicon">Favicon</string>
|
||||
<string name="open_with">Open with</string>
|
||||
<string name="action_playlist_edit">Edit a playlist</string>
|
||||
@ -102,6 +104,13 @@
|
||||
<string name="change_instance">Pick another instance</string>
|
||||
<string name="my_history">History</string>
|
||||
<string name="edit">Edit</string>
|
||||
<string name="video_settings">Video settings</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 (défaut 100Mo)</string>
|
||||
<string name="set_video_quality_description">Define a default quality for videos</string>
|
||||
<string name="set_quality_mode">Resolution for videos</string>
|
||||
<string name="video_cache_value">Video cache: %d Mb</string>
|
||||
<string name="captions">Captions</string>
|
||||
<string name="pickup_captions">Pick captions</string>
|
||||
<string name="none">None</string>
|
||||
@ -119,6 +128,7 @@
|
||||
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> published a new video: <b>%2$s</b>]]></string>
|
||||
<string name="peertube_video_blacklist"><![CDATA[Your video <b>%1$s</b> has been blacklisted]]></string>
|
||||
<string name="peertube_video_unblacklist"><![CDATA[Your video <b>%1$s</b> has been unblacklisted]]></string>
|
||||
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
|
||||
<string name="add_public_comment">Add a public comment</string>
|
||||
<string name="send_comment">Send comment</string>
|
||||
<string name="all">All</string>
|
||||
@ -154,6 +164,11 @@
|
||||
<item>Webview</item>
|
||||
<item>Direct stream</item>
|
||||
</string-array>
|
||||
<string-array name="settings_video_quality">
|
||||
<item>High</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
<string name="unfollow_confirm">Do you want to unfollow this account?</string>
|
||||
<string name="title_video_peertube">Title for the video</string>
|
||||
<string name="join_peertube">Join Peertube</string>
|
||||
@ -174,6 +189,7 @@
|
||||
<string name="report_comment_size">Please, specify the reasons</string>
|
||||
<string name="not_logged_in">You must be authenticated to proceed to this action!</string>
|
||||
<string name="successful_report">The account has been reported!</string>
|
||||
<string name="successful_report_comment">The comment has been reported!</string>
|
||||
<string name="successful_video_report">The video has been reported!</string>
|
||||
<string name="password_length_error">The password must contain at least 6 characters!</string>
|
||||
<string name="muted_done">The account has been muted!</string>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="title_home">Startseite</string>
|
||||
<string name="title_local">Local</string>
|
||||
<string name="title_discover">Mehr erfahren</string>
|
||||
<string name="title_notifications">Benachrichtigungen</string>
|
||||
<string name="title_recently_added">Zuletzt hinzugefügt</string>
|
||||
@ -16,6 +17,7 @@
|
||||
<string name="instance_choice">Wähle eine Instanz</string>
|
||||
<string name="not_valide_instance">Der Name der Instanz scheint ungültig zu sein!</string>
|
||||
<string name="no_videos">Keine Videos!</string>
|
||||
<string name="no_notifications">No notifications!</string>
|
||||
<string name="favicon">Favicon</string>
|
||||
<string name="open_with">Öffnen mit</string>
|
||||
<string name="action_playlist_edit">Playlist bearbeiten</string>
|
||||
@ -102,6 +104,13 @@
|
||||
<string name="change_instance">Wähle eine andere Instanz</string>
|
||||
<string name="my_history">Verlauf</string>
|
||||
<string name="edit">Bearbeiten</string>
|
||||
<string name="video_settings">Video settings</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 (défaut 100Mo)</string>
|
||||
<string name="set_video_quality_description">Define a default quality for videos</string>
|
||||
<string name="set_quality_mode">Resolution for videos</string>
|
||||
<string name="video_cache_value">Video cache: %d Mb</string>
|
||||
<string name="captions">Untertitel</string>
|
||||
<string name="pickup_captions">Untertitel abholen</string>
|
||||
<string name="none">Keine</string>
|
||||
@ -119,6 +128,7 @@
|
||||
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> hat ein neues Video veröffentlicht: <b>%2$s</b>]]></string>
|
||||
<string name="peertube_video_blacklist"><![CDATA[Dein Video <b>%1$s</b> wurde gesperrt]]></string>
|
||||
<string name="peertube_video_unblacklist"><![CDATA[Die Sperre für dein Video <b>%1$s</b> wurde aufgehoben]]></string>
|
||||
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
|
||||
<string name="add_public_comment">Öffentlichen Kommentar hinzufügen</string>
|
||||
<string name="send_comment">Kommentar absenden</string>
|
||||
<string name="all">Alle</string>
|
||||
@ -154,6 +164,11 @@
|
||||
<item>WebView</item>
|
||||
<item>Direkter Datenstrom</item>
|
||||
</string-array>
|
||||
<string-array name="settings_video_quality">
|
||||
<item>High</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
<string name="unfollow_confirm">Möchtest du diesem Konto nicht mehr folgen?</string>
|
||||
<string name="title_video_peertube">Videotitel</string>
|
||||
<string name="join_peertube">Peertube beitreten</string>
|
||||
@ -174,6 +189,7 @@
|
||||
<string name="report_comment_size">Bitte gib einen Grund an</string>
|
||||
<string name="not_logged_in">Du musst authentifiziert sein, um diesen Vorgang auszuführen.</string>
|
||||
<string name="successful_report">Der Account wurde gemeldet!</string>
|
||||
<string name="successful_report_comment">The comment has been reported!</string>
|
||||
<string name="successful_video_report">Dieses Video wurde gemeldet!</string>
|
||||
<string name="password_length_error">Das Passwort muss mindestens 6 Zeichen lang sein!</string>
|
||||
<string name="muted_done">Der Account wurde stummgeschaltet!</string>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="title_home">Αρχική</string>
|
||||
<string name="title_local">Local</string>
|
||||
<string name="title_discover">Ανακαλύψτε</string>
|
||||
<string name="title_notifications">Ειδοποιήσεις</string>
|
||||
<string name="title_recently_added">Προστέθηκαν πρόσφατα</string>
|
||||
@ -16,6 +17,7 @@
|
||||
<string name="instance_choice">Επιλογή υπόστασης</string>
|
||||
<string name="not_valide_instance">Η υπόσταση δεν μοιάζει να είναι έγκυρη!</string>
|
||||
<string name="no_videos">Κανένα βίντεο!</string>
|
||||
<string name="no_notifications">No notifications!</string>
|
||||
<string name="favicon">Favicon</string>
|
||||
<string name="open_with">Άνοιγμα με</string>
|
||||
<string name="action_playlist_edit">Επεξεργασία λίστας αναπαραγωγής</string>
|
||||
@ -102,6 +104,13 @@
|
||||
<string name="change_instance">Επιλογή άλλης υπόστασης</string>
|
||||
<string name="my_history">Ιστορικό</string>
|
||||
<string name="edit">Επεξεργασία</string>
|
||||
<string name="video_settings">Video settings</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 (défaut 100Mo)</string>
|
||||
<string name="set_video_quality_description">Define a default quality for videos</string>
|
||||
<string name="set_quality_mode">Resolution for videos</string>
|
||||
<string name="video_cache_value">Video cache: %d Mb</string>
|
||||
<string name="captions">Υπότιτλοι</string>
|
||||
<string name="pickup_captions">Επιλογή υποτίτλων</string>
|
||||
<string name="none">Κανένας</string>
|
||||
@ -119,6 +128,7 @@
|
||||
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> Δημοσίευσε ένα νέο βίντεο: <b>%2$s</b>]]></string>
|
||||
<string name="peertube_video_blacklist"><![CDATA[Το βίντεό σου <b>%1$s</b> έχει μπει στη μαύρη λίστα]]></string>
|
||||
<string name="peertube_video_unblacklist"><![CDATA[Το βίντεό σου <b>%1$s</b> έχει βγει από τη μαύρη λίστα]]></string>
|
||||
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
|
||||
<string name="add_public_comment">Προσθήκη ενός δημόσιου σχόλιου</string>
|
||||
<string name="send_comment">Αποστολή σχόλιου</string>
|
||||
<string name="all">Όλα</string>
|
||||
@ -153,6 +163,11 @@
|
||||
<item>Webview</item>
|
||||
<item>Άμεση ροή</item>
|
||||
</string-array>
|
||||
<string-array name="settings_video_quality">
|
||||
<item>High</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
<string name="unfollow_confirm">Θέλετε να σταματήσετε να παρακολουθείτε αυτό το λογαριασμό;</string>
|
||||
<string name="title_video_peertube">Τίτλος του βίντεο</string>
|
||||
<string name="join_peertube">Συμμετοχή στο Peertube</string>
|
||||
@ -173,6 +188,7 @@
|
||||
<string name="report_comment_size">Παρακαλούμε, προσδιορίστε τους λόγους</string>
|
||||
<string name="not_logged_in">Πρέπει να είστε ταυτοποιημένοι για να προχωρήσετε σε αυτήν την ενέργεια!</string>
|
||||
<string name="successful_report">Ο λογαριασμός έχει αναφερθεί!</string>
|
||||
<string name="successful_report_comment">The comment has been reported!</string>
|
||||
<string name="successful_video_report">Το βίντεο έχει αναφερθεί!</string>
|
||||
<string name="password_length_error">Ο κωδικός πρόσβασης πρέπει να περιέχει τουλάχιστον 6 χαρακτήρες!</string>
|
||||
<string name="muted_done">Ο λογαριασμός φιμώθηκε!</string>
|
||||
@ -204,6 +220,6 @@
|
||||
<string name="fast_forward">Γρήγορη μετακίνηση μπροστά</string>
|
||||
<string name="set_video_minimize">Ελαχιστοποίηση μεγέθους βίντεο</string>
|
||||
<string name="set_video_minimize_description">Ελαχιστοποίηση μεγέθους βίντεο όταν η εφαρμογή είναι στο παρασκήνιο (Android N+)</string>
|
||||
<string name="set_video_language">Language filter</string>
|
||||
<string name="set_video_language_description">Filter videos with different languages</string>
|
||||
<string name="set_video_language">Φίλτρο Γλώσσας</string>
|
||||
<string name="set_video_language_description">Φιλτράρετε βίντεο με διάφορες γλώσσες</string>
|
||||
</resources>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="title_home">Inicio</string>
|
||||
<string name="title_local">Local</string>
|
||||
<string name="title_discover">Descubre</string>
|
||||
<string name="title_notifications">Notificaciones</string>
|
||||
<string name="title_recently_added">Añadido recientemente</string>
|
||||
@ -16,6 +17,7 @@
|
||||
<string name="instance_choice">Selecciona una instancia</string>
|
||||
<string name="not_valide_instance">¡Esta instancia no parece ser válida!</string>
|
||||
<string name="no_videos">¡Ningún vídeo!</string>
|
||||
<string name="no_notifications">No notifications!</string>
|
||||
<string name="favicon">Favicon</string>
|
||||
<string name="open_with">Abrir con</string>
|
||||
<string name="action_playlist_edit">Editar lista de reproducción</string>
|
||||
@ -102,6 +104,13 @@
|
||||
<string name="change_instance">Selecciona otra instancia</string>
|
||||
<string name="my_history">Historia</string>
|
||||
<string name="edit">Editar</string>
|
||||
<string name="video_settings">Video settings</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 (défaut 100Mo)</string>
|
||||
<string name="set_video_quality_description">Define a default quality for videos</string>
|
||||
<string name="set_quality_mode">Resolution for videos</string>
|
||||
<string name="video_cache_value">Video cache: %d Mb</string>
|
||||
<string name="captions">Subtítulos</string>
|
||||
<string name="pickup_captions">Pies de foto de la camioneta</string>
|
||||
<string name="none">Ninguno</string>
|
||||
@ -119,6 +128,7 @@
|
||||
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> publicó un nuevo video: <b>%2$s</b>]]></string>
|
||||
<string name="peertube_video_blacklist"><![CDATA[Su video <b>%1$s</b> esta en lista negra]]></string>
|
||||
<string name="peertube_video_unblacklist"><![CDATA[Tu video <b>%1$s</b> non más esta en lista negra]]></string>
|
||||
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
|
||||
<string name="add_public_comment">Añade un comentario público</string>
|
||||
<string name="send_comment">Enviar comentario</string>
|
||||
<string name="all">Todo</string>
|
||||
@ -154,6 +164,11 @@
|
||||
<item>Webview</item>
|
||||
<item>Corriente Directa</item>
|
||||
</string-array>
|
||||
<string-array name="settings_video_quality">
|
||||
<item>High</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
<string name="unfollow_confirm">Quieres seguir esta cuenta?</string>
|
||||
<string name="title_video_peertube">Título del video</string>
|
||||
<string name="join_peertube">Únete a Peertube</string>
|
||||
@ -174,6 +189,7 @@
|
||||
<string name="report_comment_size">Por favor, especifique las razones</string>
|
||||
<string name="not_logged_in">¡Debe ser autentificado para proceder a esta acción!</string>
|
||||
<string name="successful_report">La cuenta ha sido reportada!</string>
|
||||
<string name="successful_report_comment">The comment has been reported!</string>
|
||||
<string name="successful_video_report">El video ha sido reportado!</string>
|
||||
<string name="password_length_error">La contraseña debe contener al menos 6 caracteres!</string>
|
||||
<string name="muted_done">La cuenta ha sido silenciada!</string>
|
||||
@ -205,6 +221,6 @@
|
||||
<string name="fast_forward">Avance rápido</string>
|
||||
<string name="set_video_minimize">Minimizar el tamaño de los videos</string>
|
||||
<string name="set_video_minimize_description">Minimizar el tamaño de los vídeos cuando la aplicación está en segundo plano (Android N+)</string>
|
||||
<string name="set_video_language">Language filter</string>
|
||||
<string name="set_video_language_description">Filter videos with different languages</string>
|
||||
<string name="set_video_language">Filtro de idioma</string>
|
||||
<string name="set_video_language_description">Filtrar los videos con diferentes idiomas</string>
|
||||
</resources>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="title_home">Locale</string>
|
||||
<string name="title_local">Local</string>
|
||||
<string name="title_discover">Découvrir</string>
|
||||
<string name="title_notifications">Notifications</string>
|
||||
<string name="title_recently_added">Nouveautés</string>
|
||||
@ -16,6 +17,7 @@
|
||||
<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>
|
||||
@ -102,6 +104,13 @@
|
||||
<string name="change_instance">Changer d\'instance</string>
|
||||
<string name="my_history">Historique</string>
|
||||
<string name="edit">Modifier</string>
|
||||
<string name="video_settings">Video settings</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 (défaut 100Mo)</string>
|
||||
<string name="set_video_quality_description">Define a default quality for videos</string>
|
||||
<string name="set_quality_mode">Resolution for videos</string>
|
||||
<string name="video_cache_value">Video cache: %d Mb</string>
|
||||
<string name="captions">Légendes</string>
|
||||
<string name="pickup_captions">Options d\'envoi</string>
|
||||
<string name="none">Aucune</string>
|
||||
@ -119,6 +128,7 @@
|
||||
<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[New abuse report for video: <b>%1$s</b>]]></string>
|
||||
<string name="add_public_comment">Ajouter un commentaire public</string>
|
||||
<string name="send_comment">Envoyer un commentaire</string>
|
||||
<string name="all">Tout</string>
|
||||
@ -150,6 +160,11 @@
|
||||
<item>Normal</item>
|
||||
<item>Streaming</item>
|
||||
</string-array>
|
||||
<string-array name="settings_video_quality">
|
||||
<item>High</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
<string name="unfollow_confirm">Voulez-vous vous désabonner de ce compte ?</string>
|
||||
<string name="title_video_peertube">Titre de la vidéo</string>
|
||||
<string name="join_peertube">Rejoignez Peertube</string>
|
||||
@ -170,6 +185,7 @@
|
||||
<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">The comment has been reported!</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>
|
||||
@ -201,6 +217,6 @@
|
||||
<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">Language filter</string>
|
||||
<string name="set_video_language_description">Filter videos with different languages</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,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="title_home">Inizio</string>
|
||||
<string name="title_local">Local</string>
|
||||
<string name="title_discover">Esplora</string>
|
||||
<string name="title_notifications">Notifiche</string>
|
||||
<string name="title_recently_added">Aggiunti di recente</string>
|
||||
@ -10,12 +11,13 @@
|
||||
<string name="title_muted">Silenziato</string>
|
||||
<string name="title_channel">Canali</string>
|
||||
<string name="do_not_list">Non inviare L\'inserzione</string>
|
||||
<string name="blur">Blur</string>
|
||||
<string name="blur">Sfocatura</string>
|
||||
<string name="display">Schermo</string>
|
||||
<string name="no_opinion">Non ho opinione</string>
|
||||
<string name="instance_choice">Trova un\'istanza</string>
|
||||
<string name="not_valide_instance">Questa istanza non sembra essere valida!</string>
|
||||
<string name="no_videos">Nessun video!</string>
|
||||
<string name="no_notifications">No notifications!</string>
|
||||
<string name="favicon">Favicon</string>
|
||||
<string name="open_with">Apri con</string>
|
||||
<string name="action_playlist_edit">Modifica playlist</string>
|
||||
@ -37,7 +39,7 @@
|
||||
<string name="date_hours">%d h</string>
|
||||
<string name="date_day">%d d</string>
|
||||
<string name="number_view_video">%s visualizzazioni</string>
|
||||
<string name="title_instance_login">Instance host</string>
|
||||
<string name="title_instance_login">Istanza ospite</string>
|
||||
<string name="uploading">Caricamento, attendere prego…</string>
|
||||
<string name="upload_video_success">Il video è stato caricato!</string>
|
||||
<string name="toast_cancelled">Caricamento annullato!</string>
|
||||
@ -55,7 +57,7 @@
|
||||
<string name="shared_via">Condiviso tramite TubeLab</string>
|
||||
<string name="username">Nome utente</string>
|
||||
<string name="settings">Impostazioni</string>
|
||||
<string name="logout_account_confirmation">Are you sure you want to logout @%1$s@%2$s?</string>
|
||||
<string name="logout_account_confirmation">Sei sicuro di voler fare il logout @%1$s@%2$s?</string>
|
||||
<string name="following">Seguendo</string>
|
||||
<string name="followers">Seguaci</string>
|
||||
<string name="client_error">Impossibile ottenere il client id!</string>
|
||||
@ -98,14 +100,21 @@
|
||||
<string name="no_channels">Nessun canale!</string>
|
||||
<string name="report_helper">Alcune spiegazioni sul tuo rapporto…</string>
|
||||
<string name="report_video">Segnala video</string>
|
||||
<string name="report">Report</string>
|
||||
<string name="report">Segnala</string>
|
||||
<string name="change_instance">Prendi un\'altra istanza</string>
|
||||
<string name="my_history">Cronologia</string>
|
||||
<string name="edit">Modifica</string>
|
||||
<string name="captions">Captions</string>
|
||||
<string name="pickup_captions">Pick captions</string>
|
||||
<string name="video_settings">Video settings</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 (défaut 100Mo)</string>
|
||||
<string name="set_video_quality_description">Define a default quality for videos</string>
|
||||
<string name="set_quality_mode">Resolution for videos</string>
|
||||
<string name="video_cache_value">Video cache: %d Mb</string>
|
||||
<string name="captions">Didascalie</string>
|
||||
<string name="pickup_captions">Scegliere le didascalie</string>
|
||||
<string name="none">Nessuno</string>
|
||||
<string name="set_video_mode_description">Allows to change mode for playing videos (default, streaming or via a browser).</string>
|
||||
<string name="set_video_mode_description">Permette di cambiare la modalità di riproduzione dei video (di default, in streaming o tramite browser).</string>
|
||||
<string name="delete_video">Elimina video</string>
|
||||
<string name="delete_video_confirmation">Sei sicuro di voler eliminare questo video?</string>
|
||||
<string name="no_video_to_display">Nessun video da mostrare!</string>
|
||||
@ -119,11 +128,12 @@
|
||||
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> ha pubblicato un nuovo video: <b>%2$s</b>]]></string>
|
||||
<string name="peertube_video_blacklist"><![CDATA[Il tuo video <b>%1$s</b> è stato messo nella lista nera]]></string>
|
||||
<string name="peertube_video_unblacklist"><![CDATA[Il tuo video <b>%1$s</b> è stato rimosso dalla lista nera]]></string>
|
||||
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
|
||||
<string name="add_public_comment">Aggiungi un commento pubblico</string>
|
||||
<string name="send_comment">Invia commento</string>
|
||||
<string name="all">Tutto</string>
|
||||
<!-- end languages -->
|
||||
<string name="playlists">Playlists</string>
|
||||
<string name="playlists">Playlist</string>
|
||||
<string name="display_name">Nome visualizzato</string>
|
||||
<string name="action_playlist_add">Non hai nessuna playlist. Premi l\'icona \"+\" per aggiungere una nuova playlist</string>
|
||||
<string name="error_display_name">È necessario fornire un nome da visualizzare!</string>
|
||||
@ -143,10 +153,10 @@
|
||||
<string name="password_too_short">La password deve contenere almeno 8 caratteri</string>
|
||||
<string name="username_error">Il nome utente può contenere solo lettere, numeri e trattini bassi</string>
|
||||
<string name="account_created">Account creato!</string>
|
||||
<string name="account_created_message"> Your account has been created!\n\n
|
||||
Think to validate your email within the 48 next hours.\n\n
|
||||
You can now connect your account by writing <b>%1$s</b> in the first field and tap on <b>Connect</b>.\n\n
|
||||
<b>Important</b>: If your instance required validation, you will receive an email once it is validated!
|
||||
<string name="account_created_message"> Il tuo account è stato creato!\n\n
|
||||
Pensa di convalidare la tua email entro le 48 ore successive.\n\n
|
||||
Ora puoi collegare il tuo account scrivendo <b>%1$s</b> nel primo campo e toccando <b>Connetti</b>.\n\n
|
||||
<b>Importante</b>: Se la tua istanza ha richiesto la convalida, riceverai un\'email una volta convalidata!
|
||||
</string>
|
||||
<string name="account">Account</string>
|
||||
<string name="report_account">Segnala account</string>
|
||||
@ -154,6 +164,11 @@
|
||||
<item>Webview</item>
|
||||
<item>Stream diretto</item>
|
||||
</string-array>
|
||||
<string-array name="settings_video_quality">
|
||||
<item>High</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
<string name="unfollow_confirm">Vuoi smettere di seguire questo account?</string>
|
||||
<string name="title_video_peertube">Titolo per il video</string>
|
||||
<string name="join_peertube">Unisciti a Peertube</string>
|
||||
@ -174,7 +189,8 @@
|
||||
<string name="report_comment_size">Per favore, specifica una motivazione</string>
|
||||
<string name="not_logged_in">Per eseguire questa operazione, è necessario autenticarsi!</string>
|
||||
<string name="successful_report">L\'account è stato segnalato!</string>
|
||||
<string name="successful_video_report">The video has been reported!</string>
|
||||
<string name="successful_report_comment">The comment has been reported!</string>
|
||||
<string name="successful_video_report">Il video è stato segnalato!</string>
|
||||
<string name="password_length_error">La password deve contenere almeno 6 caratteri!</string>
|
||||
<string name="muted_done">L\'account è stato silenziato!</string>
|
||||
<string name="edit_video">Modifica video</string>
|
||||
@ -191,20 +207,20 @@
|
||||
<string name="pickup_instance">Prendi questa istanza</string>
|
||||
<string name="sensitive_video"> Video sensibili</string>
|
||||
<string name="sensitive_content">Contenuto sensibile: %1$s</string>
|
||||
<string name="followers_instance">%1$s instance followers</string>
|
||||
<string name="followers_instance">%1$s seguaci di istanza</string>
|
||||
<string name="help">Aiuto</string>
|
||||
<string name="pickup_categories">Selezionare categorie</string>
|
||||
<string name="pickup_languages">Pick languages</string>
|
||||
<string name="pickup_languages">Scegliere le lingue</string>
|
||||
<string name="notification_channel_name">Aggiorna informazioni</string>
|
||||
<string name="add_account">Aggiungi un account</string>
|
||||
<string name="list_of_accounts">Lista di account</string>
|
||||
<string name="pause">Pausa</string>
|
||||
<string name="play">Riproduci</string>
|
||||
<string name="minimize">Minimizzare</string>
|
||||
<string name="fast_rewind">Fast rewind</string>
|
||||
<string name="fast_forward">Fast forward</string>
|
||||
<string name="fast_rewind">Riavvolgimento rapido</string>
|
||||
<string name="fast_forward">Avanti veloce</string>
|
||||
<string name="set_video_minimize">Minimizza dimensione video</string>
|
||||
<string name="set_video_minimize_description">Minimize videos size when the app is in background (Android N+)</string>
|
||||
<string name="set_video_minimize_description">Ridurre al minimo le dimensioni dei video quando l\'applicazione è in background (Android N+)</string>
|
||||
<string name="set_video_language">Filtro per le lingue</string>
|
||||
<string name="set_video_language_description">Filtra video con lingue diverse</string>
|
||||
</resources>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="title_home">ホーム</string>
|
||||
<string name="title_local">Local</string>
|
||||
<string name="title_discover">発見</string>
|
||||
<string name="title_notifications">通知</string>
|
||||
<string name="title_recently_added">最近追加された項目</string>
|
||||
@ -16,6 +17,7 @@
|
||||
<string name="instance_choice">インスタンスを選択</string>
|
||||
<string name="not_valide_instance">このインスタンスは無効です!</string>
|
||||
<string name="no_videos">動画がありません!</string>
|
||||
<string name="no_notifications">No notifications!</string>
|
||||
<string name="favicon">ファビコン</string>
|
||||
<string name="open_with">他のアプリで開く</string>
|
||||
<string name="action_playlist_edit">プレイリストの編集</string>
|
||||
@ -102,6 +104,13 @@
|
||||
<string name="change_instance">Pick another instance</string>
|
||||
<string name="my_history">履歴</string>
|
||||
<string name="edit">編集</string>
|
||||
<string name="video_settings">Video settings</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 (défaut 100Mo)</string>
|
||||
<string name="set_video_quality_description">Define a default quality for videos</string>
|
||||
<string name="set_quality_mode">Resolution for videos</string>
|
||||
<string name="video_cache_value">Video cache: %d Mb</string>
|
||||
<string name="captions">字幕</string>
|
||||
<string name="pickup_captions">字幕を選択</string>
|
||||
<string name="none">なし</string>
|
||||
@ -119,6 +128,7 @@
|
||||
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b>が新しい動画を投稿しました: <b>%2$s</b>]]></string>
|
||||
<string name="peertube_video_blacklist"><![CDATA[<b>%1$s</b>がブラックリストに追加されました]]></string>
|
||||
<string name="peertube_video_unblacklist"><![CDATA[<b>%1$s</b>がブラックリストから外されました]]></string>
|
||||
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
|
||||
<string name="add_public_comment">パブリックコメントを追加</string>
|
||||
<string name="send_comment">コメントを送信</string>
|
||||
<string name="all">すべて</string>
|
||||
@ -154,6 +164,11 @@
|
||||
<item>Webview</item>
|
||||
<item>Direct stream</item>
|
||||
</string-array>
|
||||
<string-array name="settings_video_quality">
|
||||
<item>High</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
<string name="unfollow_confirm">Do you want to unfollow this account?</string>
|
||||
<string name="title_video_peertube">Title for the video</string>
|
||||
<string name="join_peertube">Join Peertube</string>
|
||||
@ -174,6 +189,7 @@
|
||||
<string name="report_comment_size">Please, specify the reasons</string>
|
||||
<string name="not_logged_in">You must be authenticated to proceed to this action!</string>
|
||||
<string name="successful_report">The account has been reported!</string>
|
||||
<string name="successful_report_comment">The comment has been reported!</string>
|
||||
<string name="successful_video_report">The video has been reported!</string>
|
||||
<string name="password_length_error">The password must contain at least 6 characters!</string>
|
||||
<string name="muted_done">The account has been muted!</string>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="title_home">Home</string>
|
||||
<string name="title_local">Local</string>
|
||||
<string name="title_discover">Discover</string>
|
||||
<string name="title_notifications">Notifications</string>
|
||||
<string name="title_recently_added">Recently added</string>
|
||||
@ -16,6 +17,7 @@
|
||||
<string name="instance_choice">Pick an instance</string>
|
||||
<string name="not_valide_instance">This instance does not seem to be valid!</string>
|
||||
<string name="no_videos">No videos!</string>
|
||||
<string name="no_notifications">No notifications!</string>
|
||||
<string name="favicon">Favicon</string>
|
||||
<string name="open_with">Open with</string>
|
||||
<string name="action_playlist_edit">Edit a playlist</string>
|
||||
@ -102,6 +104,13 @@
|
||||
<string name="change_instance">Pick another instance</string>
|
||||
<string name="my_history">History</string>
|
||||
<string name="edit">Edit</string>
|
||||
<string name="video_settings">Video settings</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 (défaut 100Mo)</string>
|
||||
<string name="set_video_quality_description">Define a default quality for videos</string>
|
||||
<string name="set_quality_mode">Resolution for videos</string>
|
||||
<string name="video_cache_value">Video cache: %d Mb</string>
|
||||
<string name="captions">Captions</string>
|
||||
<string name="pickup_captions">Pick captions</string>
|
||||
<string name="none">None</string>
|
||||
@ -119,6 +128,7 @@
|
||||
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> published a new video: <b>%2$s</b>]]></string>
|
||||
<string name="peertube_video_blacklist"><![CDATA[Your video <b>%1$s</b> has been blacklisted]]></string>
|
||||
<string name="peertube_video_unblacklist"><![CDATA[Your video <b>%1$s</b> has been unblacklisted]]></string>
|
||||
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
|
||||
<string name="add_public_comment">Add a public comment</string>
|
||||
<string name="send_comment">Send comment</string>
|
||||
<string name="all">All</string>
|
||||
@ -154,6 +164,11 @@
|
||||
<item>Webview</item>
|
||||
<item>Direct stream</item>
|
||||
</string-array>
|
||||
<string-array name="settings_video_quality">
|
||||
<item>High</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
<string name="unfollow_confirm">Do you want to unfollow this account?</string>
|
||||
<string name="title_video_peertube">Title for the video</string>
|
||||
<string name="join_peertube">Join Peertube</string>
|
||||
@ -174,6 +189,7 @@
|
||||
<string name="report_comment_size">Please, specify the reasons</string>
|
||||
<string name="not_logged_in">You must be authenticated to proceed to this action!</string>
|
||||
<string name="successful_report">The account has been reported!</string>
|
||||
<string name="successful_report_comment">The comment has been reported!</string>
|
||||
<string name="successful_video_report">The video has been reported!</string>
|
||||
<string name="password_length_error">The password must contain at least 6 characters!</string>
|
||||
<string name="muted_done">The account has been muted!</string>
|
||||
|
@ -1,210 +1,226 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="title_home">Home</string>
|
||||
<string name="title_discover">Discover</string>
|
||||
<string name="title_notifications">Notifications</string>
|
||||
<string name="title_recently_added">Recently added</string>
|
||||
<string name="title_local">Local</string>
|
||||
<string name="title_discover">Ontdek</string>
|
||||
<string name="title_notifications">Meldingen</string>
|
||||
<string name="title_recently_added">Onlangs toegevoegd</string>
|
||||
<string name="title_trending">Trending</string>
|
||||
<string name="title_most_liked">Most liked</string>
|
||||
<string name="toast_error">Oops! An error occurred!</string>
|
||||
<string name="title_muted">Muted</string>
|
||||
<string name="title_channel">Channels</string>
|
||||
<string name="do_not_list">Do not list</string>
|
||||
<string name="blur">Blur</string>
|
||||
<string name="display">Display</string>
|
||||
<string name="no_opinion">No opinion</string>
|
||||
<string name="instance_choice">Pick an instance</string>
|
||||
<string name="not_valide_instance">This instance does not seem to be valid!</string>
|
||||
<string name="no_videos">No videos!</string>
|
||||
<string name="title_most_liked">Meest geliefd</string>
|
||||
<string name="toast_error">Oeps! Er is een fout gemaakt!</string>
|
||||
<string name="title_muted">Gedempt</string>
|
||||
<string name="title_channel">Kanalen</string>
|
||||
<string name="do_not_list">Niet opnoemen</string>
|
||||
<string name="blur">Vage</string>
|
||||
<string name="display">Toon</string>
|
||||
<string name="no_opinion">Geen mening</string>
|
||||
<string name="instance_choice">Kies een instantie</string>
|
||||
<string name="not_valide_instance">Dit geval lijkt niet geldig te zijn!</string>
|
||||
<string name="no_videos">Geen video\'s!</string>
|
||||
<string name="no_notifications">No notifications!</string>
|
||||
<string name="favicon">Favicon</string>
|
||||
<string name="open_with">Open with</string>
|
||||
<string name="action_playlist_edit">Edit a playlist</string>
|
||||
<string name="close">Close</string>
|
||||
<string name="upload_video">Upload</string>
|
||||
<string name="image_preview">Image preview</string>
|
||||
<string name="file_to_upload">Select the file to upload</string>
|
||||
<string name="channel">Channel</string>
|
||||
<string name="videos">Videos</string>
|
||||
<string name="channels">Channels</string>
|
||||
<string name="yes">Yes</string>
|
||||
<string name="no">No</string>
|
||||
<string name="cancel">Cancel</string>
|
||||
<string name="open_with">Open met</string>
|
||||
<string name="action_playlist_edit">Bewerk een afspeellijst</string>
|
||||
<string name="close">Sluit</string>
|
||||
<string name="upload_video">Uploaden</string>
|
||||
<string name="image_preview">Beeld preview</string>
|
||||
<string name="file_to_upload">Selecteer het te uploaden bestand</string>
|
||||
<string name="channel">Kanaal</string>
|
||||
<string name="videos">Video\'s</string>
|
||||
<string name="channels">Kanalen</string>
|
||||
<string name="yes">Ja</string>
|
||||
<string name="no">Geen</string>
|
||||
<string name="cancel">Annuleer</string>
|
||||
<string name="download">Download</string>
|
||||
<string name="profile_picture">Profile picture</string>
|
||||
<string name="update_video">Update video</string>
|
||||
<string name="profile_picture">Profiel foto</string>
|
||||
<string name="update_video">Video bijwerken</string>
|
||||
<string name="date_seconds">%d s</string>
|
||||
<string name="date_minutes">%d m</string>
|
||||
<string name="date_hours">%d h</string>
|
||||
<string name="date_day">%d d</string>
|
||||
<string name="number_view_video">%s views</string>
|
||||
<string name="title_instance_login">Instance host</string>
|
||||
<string name="uploading">Uploading, please wait…</string>
|
||||
<string name="upload_video_success">The video has been uploaded!</string>
|
||||
<string name="toast_cancelled">Upload cancelled!</string>
|
||||
<string name="video_uploaded_action">Tap here to edit the video data.</string>
|
||||
<string name="toot_select_image_error">An error occurred while selecting the media!</string>
|
||||
<string name="number_view_video">%s aanzichten</string>
|
||||
<string name="title_instance_login">Instantie host</string>
|
||||
<string name="uploading">Uploaden, wacht even…</string>
|
||||
<string name="upload_video_success">De video is geüpload!</string>
|
||||
<string name="toast_cancelled">Upload geannuleerd!</string>
|
||||
<string name="video_uploaded_action">Tik hier om de videogegevens te bewerken.</string>
|
||||
<string name="toot_select_image_error">Er is een fout opgetreden bij het selecteren van de media!</string>
|
||||
<string name="download_file">Download %1$s</string>
|
||||
<string name="action_privacy">Privacy</string>
|
||||
<string name="action_logout">Logout</string>
|
||||
<string name="login">Login</string>
|
||||
<string name="password">Password</string>
|
||||
<string name="email">Email</string>
|
||||
<string name="action_logout">Uitloggen</string>
|
||||
<string name="login">Inloggen</string>
|
||||
<string name="password">Wachtwoord</string>
|
||||
<string name="email">E-mail</string>
|
||||
<string name="tags">Tags</string>
|
||||
<string name="validate">Validate</string>
|
||||
<string name="share_with">Share with</string>
|
||||
<string name="shared_via">Shared via TubeLab</string>
|
||||
<string name="username">User name</string>
|
||||
<string name="settings">Settings</string>
|
||||
<string name="logout_account_confirmation">Are you sure you want to logout @%1$s@%2$s?</string>
|
||||
<string name="following">Following</string>
|
||||
<string name="followers">Followers</string>
|
||||
<string name="client_error">Unable to get client id!</string>
|
||||
<string name="toast_error_loading_account">An error occurred while switching between accounts!</string>
|
||||
<string name="toast_error_search">An error occurred while searching!</string>
|
||||
<string name="nothing_to_do">No action can be taken</string>
|
||||
<string name="action_follow">Follow</string>
|
||||
<string name="action_mute">Mute</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="delete">Delete</string>
|
||||
<string name="action_lists_confirm_delete">Are you sure you want to permanently delete this list?</string>
|
||||
<string name="action_lists_delete">Delete list</string>
|
||||
<string name="no_comments">Be the first to leave a comment on this video with the top right button!</string>
|
||||
<string name="comment_no_allowed_peertube">Comments are not enabled on this video!</string>
|
||||
<string name="pickup_resolution">Pick up a resolution</string>
|
||||
<string name="bookmark_add_peertube">The video has been added to bookmarks!</string>
|
||||
<string name="bookmark_remove_peertube">The video has been removed from bookmarks!</string>
|
||||
<string name="information" tools:ignore="UnusedResources">Information</string>
|
||||
<string name="app_logo">Logo of the application</string>
|
||||
<string name="validate">Valideer</string>
|
||||
<string name="share_with">Deel met</string>
|
||||
<string name="shared_via">Gedeeld via TubeLab</string>
|
||||
<string name="username">Gebruikersnaam</string>
|
||||
<string name="settings">Instellingen</string>
|
||||
<string name="logout_account_confirmation">Weet u zeker dat u wilt uitloggen @%1$s@%2$s?</string>
|
||||
<string name="following">Volgende</string>
|
||||
<string name="followers">Volgers</string>
|
||||
<string name="client_error">Niet in staat om klant id te krijgen!</string>
|
||||
<string name="toast_error_loading_account">Er is een fout opgetreden bij het wisselen tussen de accounts!</string>
|
||||
<string name="toast_error_search">Er is een fout opgetreden tijdens het zoeken!</string>
|
||||
<string name="nothing_to_do">Er kan geen actie worden ondernomen</string>
|
||||
<string name="action_follow">Volg</string>
|
||||
<string name="action_mute">Stomme</string>
|
||||
<string name="search">Zoek</string>
|
||||
<string name="delete">Verwijder</string>
|
||||
<string name="action_lists_confirm_delete">Weet u zeker dat u deze lijst permanent wilt verwijderen?</string>
|
||||
<string name="action_lists_delete">Lijst verwijderen</string>
|
||||
<string name="no_comments">Laat als eerste een reactie achter op deze video met de knop rechtsboven!</string>
|
||||
<string name="comment_no_allowed_peertube">Commentaar is niet ingeschakeld op deze video!</string>
|
||||
<string name="pickup_resolution">Neem een resolutie op</string>
|
||||
<string name="bookmark_add_peertube">De video is toegevoegd aan de bladwijzers!</string>
|
||||
<string name="bookmark_remove_peertube">De video is uit de bladwijzers verwijderd!</string>
|
||||
<string name="information" tools:ignore="UnusedResources">Informatie</string>
|
||||
<string name="app_logo">Logo van de applicatie</string>
|
||||
<!-- languages not translated -->
|
||||
<string name="subscriptions">Subscriptions</string>
|
||||
<string name="delete_comment">Delete a comment</string>
|
||||
<string name="delete_comment_confirm">Are you sure to delete this comment?</string>
|
||||
<string name="set_video_mode">Mode for videos</string>
|
||||
<string name="my_videos">My videos</string>
|
||||
<string name="title">Title</string>
|
||||
<string name="license">License</string>
|
||||
<string name="category">Category</string>
|
||||
<string name="language">Language</string>
|
||||
<string name="peertube_nsfw">This video contains mature or explicit content</string>
|
||||
<string name="peertube_enable_comments">Enable video comments</string>
|
||||
<string name="description">Description</string>
|
||||
<string name="toast_peertube_video_updated">The video has been updated!</string>
|
||||
<string name="register_account">Register an account</string>
|
||||
<string name="email_address">Email address</string>
|
||||
<string name="preview">Preview</string>
|
||||
<string name="change_preview">Change preview</string>
|
||||
<string name="name">Name</string>
|
||||
<string name="display_more">Display more</string>
|
||||
<string name="no_channels">No channels!</string>
|
||||
<string name="report_helper">Some explanations about your report…</string>
|
||||
<string name="report_video">Report video</string>
|
||||
<string name="report">Report</string>
|
||||
<string name="change_instance">Pick another instance</string>
|
||||
<string name="my_history">History</string>
|
||||
<string name="edit">Edit</string>
|
||||
<string name="captions">Captions</string>
|
||||
<string name="subscriptions">Abonnementen</string>
|
||||
<string name="delete_comment">Een opmerking verwijderen</string>
|
||||
<string name="delete_comment_confirm">Weet u zeker dat u deze opmerking wilt verwijderen?</string>
|
||||
<string name="set_video_mode">Modus voor video\'s</string>
|
||||
<string name="my_videos">Mijn video\'s</string>
|
||||
<string name="title">Titel</string>
|
||||
<string name="license">Licentie</string>
|
||||
<string name="category">Categorie</string>
|
||||
<string name="language">Taal</string>
|
||||
<string name="peertube_nsfw">Deze video bevat volwassen of expliciete inhoud</string>
|
||||
<string name="peertube_enable_comments">Videocommentaar inschakelen</string>
|
||||
<string name="description">Beschrijving</string>
|
||||
<string name="toast_peertube_video_updated">De video is bijgewerkt!</string>
|
||||
<string name="register_account">Registreer een account</string>
|
||||
<string name="email_address">E-mail adres</string>
|
||||
<string name="preview">Voorbeeld</string>
|
||||
<string name="change_preview">Voorvertoning wijzigen</string>
|
||||
<string name="name">Naam</string>
|
||||
<string name="display_more">Meer weergeven</string>
|
||||
<string name="no_channels">Geen kanalen!</string>
|
||||
<string name="report_helper">Wat uitleg over je rapport…</string>
|
||||
<string name="report_video">Rapport video</string>
|
||||
<string name="report">Rapport</string>
|
||||
<string name="change_instance">Kies een andere instantie</string>
|
||||
<string name="my_history">Geschiedenis</string>
|
||||
<string name="edit">Bewerk</string>
|
||||
<string name="video_settings">Video settings</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 (défaut 100Mo)</string>
|
||||
<string name="set_video_quality_description">Define a default quality for videos</string>
|
||||
<string name="set_quality_mode">Resolution for videos</string>
|
||||
<string name="video_cache_value">Video cache: %d Mb</string>
|
||||
<string name="captions">Bijschriften</string>
|
||||
<string name="pickup_captions">Pick captions</string>
|
||||
<string name="none">None</string>
|
||||
<string name="set_video_mode_description">Allows to change mode for playing videos (default, streaming or via a browser).</string>
|
||||
<string name="delete_video">Delete video</string>
|
||||
<string name="delete_video_confirmation">Are you sure to delete this video?</string>
|
||||
<string name="no_video_to_display">No videos to display!</string>
|
||||
<string name="share">Share</string>
|
||||
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> commented your video <b>%2$s</b>]]></string>
|
||||
<string name="peertube_follow_channel"><![CDATA[<b>%1$s</b> is following your channel <b>%2$s</b>]]></string>
|
||||
<string name="peertube_follow_account"><![CDATA[<b>%1$s</b> is following your account]]></string>
|
||||
<string name="peertube_video_published"><![CDATA[Your video <b>%1$s</b> has been published]]></string>
|
||||
<string name="peertube_video_import_success"><![CDATA[Your video import <b>%1$s</b> succeeded]]></string>
|
||||
<string name="peertube_video_import_error"><![CDATA[Your video import <b>%1$s</b> failed]]></string>
|
||||
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> published a new video: <b>%2$s</b>]]></string>
|
||||
<string name="peertube_video_blacklist"><![CDATA[Your video <b>%1$s</b> has been blacklisted]]></string>
|
||||
<string name="peertube_video_unblacklist"><![CDATA[Your video <b>%1$s</b> has been unblacklisted]]></string>
|
||||
<string name="add_public_comment">Add a public comment</string>
|
||||
<string name="send_comment">Send comment</string>
|
||||
<string name="all">All</string>
|
||||
<string name="none">Geen</string>
|
||||
<string name="set_video_mode_description">Maakt het mogelijk om van modus te veranderen voor het afspelen van video\'s (standaard, streaming of via een browser).</string>
|
||||
<string name="delete_video">Video verwijderen</string>
|
||||
<string name="delete_video_confirmation">Weet u zeker dat u deze video wilt verwijderen?</string>
|
||||
<string name="no_video_to_display">Geen video\'s te tonen!</string>
|
||||
<string name="share">Deel</string>
|
||||
<string name="peertube_comment_on_video"><![CDATA[<b>%1$s</b> commentaar op uw video <b>%2$s</b>]]></string>
|
||||
<string name="peertube_follow_channel"><![CDATA[<b>%1$s</b> volgt uw kanaal <b>%2$s</b>]]></string>
|
||||
<string name="peertube_follow_account"><![CDATA[<b>%1$s</b> volgt uw account]]></string>
|
||||
<string name="peertube_video_published"><![CDATA[Uw video <b>%1$s</b> is gepubliceerd]]></string>
|
||||
<string name="peertube_video_import_success"><![CDATA[Uw video-import <b>%1$s</b> geslaagd]]></string>
|
||||
<string name="peertube_video_import_error"><![CDATA[Uw video-import <b>%1$s</b> is mislukt]]></string>
|
||||
<string name="peertube_video_from_subscription"><![CDATA[<b>%1$s</b> publiceerde een nieuwe video: <b>%2$s</b>]]></string>
|
||||
<string name="peertube_video_blacklist"><![CDATA[Uw video <b>%1$s</b> is op de zwarte lijst geplaatst]]></string>
|
||||
<string name="peertube_video_unblacklist"><![CDATA[Uw video <b>%1$s</b> is niet op de zwarte lijst gezet]]></string>
|
||||
<string name="peertube_video_abuse"><![CDATA[New abuse report for video: <b>%1$s</b>]]></string>
|
||||
<string name="add_public_comment">Voeg een publieke opmerking toe</string>
|
||||
<string name="send_comment">Stuur commentaar</string>
|
||||
<string name="all">Allemaal</string>
|
||||
<!-- end languages -->
|
||||
<string name="playlists">Playlists</string>
|
||||
<string name="display_name">Display name</string>
|
||||
<string name="action_playlist_add">You don\'t have any playlists. Tap on the \"+\" icon to add a new playlist</string>
|
||||
<string name="error_display_name">You must provide a display name!</string>
|
||||
<string name="error_channel_mandatory">The channel is required when the playlist is public.</string>
|
||||
<string name="action_playlist_create">Create a playlist</string>
|
||||
<string name="action_playlist_empty_content">There is nothing in this playlist yet.</string>
|
||||
<string name="password_confirm">Confirm password</string>
|
||||
<string name="agreement_check">I agree to %1$s and %2$s</string>
|
||||
<string name="server_rules">server rules</string>
|
||||
<string name="tos">terms of service</string>
|
||||
<string name="sign_up">Sign up</string>
|
||||
<string name="all_field_filled">Please, fill all the fields!</string>
|
||||
<string name="password_error">Passwords don\'t match!</string>
|
||||
<string name="email_error">The email doesn\'t seem to be valid!</string>
|
||||
<string name="email_indicator">You will be sent a confirmation e-mail</string>
|
||||
<string name="password_indicator">Use at least 8 characters</string>
|
||||
<string name="password_too_short">Password should contain at least 8 characters</string>
|
||||
<string name="username_error">Username should only contain letters, numbers and underscores</string>
|
||||
<string name="account_created">Account created!</string>
|
||||
<string name="account_created_message"> Your account has been created!\n\n
|
||||
Think to validate your email within the 48 next hours.\n\n
|
||||
You can now connect your account by writing <b>%1$s</b> in the first field and tap on <b>Connect</b>.\n\n
|
||||
<b>Important</b>: If your instance required validation, you will receive an email once it is validated!
|
||||
<string name="playlists">Afspeellijsten</string>
|
||||
<string name="display_name">Weergave naam</string>
|
||||
<string name="action_playlist_add">Je hebt geen afspeellijsten. Tik op het \"+\"-pictogram om een nieuwe afspeellijst toe te voegen</string>
|
||||
<string name="error_display_name">U moet een displaynaam opgeven!</string>
|
||||
<string name="error_channel_mandatory">Het kanaal is nodig als de afspeellijst openbaar is.</string>
|
||||
<string name="action_playlist_create">Maak een afspeellijst</string>
|
||||
<string name="action_playlist_empty_content">Er staat nog niets in deze afspeellijst.</string>
|
||||
<string name="password_confirm">Bevestig wachtwoord</string>
|
||||
<string name="agreement_check">Ik ga akkoord met %1$s en %2$s</string>
|
||||
<string name="server_rules">serverregels</string>
|
||||
<string name="tos">servicevoorwaarden</string>
|
||||
<string name="sign_up">Registreer</string>
|
||||
<string name="all_field_filled">Vul alstublieft alle velden in!</string>
|
||||
<string name="password_error">Wachtwoorden komen niet overeen!</string>
|
||||
<string name="email_error">De e-mail lijkt niet geldig te zijn!</string>
|
||||
<string name="email_indicator">U ontvangt een bevestigingsmail</string>
|
||||
<string name="password_indicator">Gebruik minstens 8 karakters</string>
|
||||
<string name="password_too_short">Het wachtwoord moet ten minste 8 tekens bevatten</string>
|
||||
<string name="username_error">Gebruikersnaam mag alleen letters, cijfers en onderstrepingen bevatten</string>
|
||||
<string name="account_created">Account gemaakt!</string>
|
||||
<string name="account_created_message"> Je account is aangemaakt!\n\n
|
||||
Denk eraan om je e-mail binnen 48 uur te bevestigen.\n\n
|
||||
U kunt nu verbinding maken met uw account door <b>%1$s</b> in het eerste veld te schrijven en op <b>Verbinden</b>te klikken.\n\n
|
||||
<b>Belangrijke</b>: Als je instantie validatie vereist, je ontvangt een e-mail zodra deze is gevalideerd!
|
||||
</string>
|
||||
<string name="account">Account</string>
|
||||
<string name="report_account">Report account</string>
|
||||
<string name="account">Rekening</string>
|
||||
<string name="report_account">Rapportageformulier</string>
|
||||
<string-array name="settings_video_mode">
|
||||
<item>Webview</item>
|
||||
<item>Direct stream</item>
|
||||
<item>Directe stroom</item>
|
||||
</string-array>
|
||||
<string name="unfollow_confirm">Do you want to unfollow this account?</string>
|
||||
<string name="title_video_peertube">Title for the video</string>
|
||||
<string name="join_peertube">Join Peertube</string>
|
||||
<string name="agreement_check_peertube">I am at least 16 years old and agree to the %1$s of this instance</string>
|
||||
<string name="edit_profile">Edit profile</string>
|
||||
<string name="make_an_action">Make an action</string>
|
||||
<string name="action_unfollow">Unfollow</string>
|
||||
<string name="display_nsfw_videos">Display sensitive videos</string>
|
||||
<string name="fullscreen">Fullscreen</string>
|
||||
<string name="bookmark_peertube_empty">There are no videos in your favourites!</string>
|
||||
<string name="delete_channel">Remove channel</string>
|
||||
<string name="action_channel_confirm_delete">Are you sure to permanently delete this channel?</string>
|
||||
<string name="no_muted">No muted accounts!</string>
|
||||
<string name="error_display_name_channel">You must define a name and a display name for this channel!</string>
|
||||
<string name="action_channel_create">Create a channel</string>
|
||||
<string name="action_channel_edit">Edit channel</string>
|
||||
<string name="email_error_domain">Email addresses in %1$s are not allowed!</string>
|
||||
<string name="report_comment_size">Please, specify the reasons</string>
|
||||
<string name="not_logged_in">You must be authenticated to proceed to this action!</string>
|
||||
<string name="successful_report">The account has been reported!</string>
|
||||
<string name="successful_video_report">The video has been reported!</string>
|
||||
<string name="password_length_error">The password must contain at least 6 characters!</string>
|
||||
<string name="muted_done">The account has been muted!</string>
|
||||
<string name="edit_video">Edit video</string>
|
||||
<string name="create_an_account">Create an account</string>
|
||||
<string name="followers_count">%1$s Subscribers</string>
|
||||
<string name="developer">Developer</string>
|
||||
<string-array name="settings_video_quality">
|
||||
<item>High</item>
|
||||
<item>Medium</item>
|
||||
<item>Low</item>
|
||||
</string-array>
|
||||
<string name="unfollow_confirm">Wilt u dit account ontvouwen?</string>
|
||||
<string name="title_video_peertube">Titel voor de video</string>
|
||||
<string name="join_peertube">Word lid van Peertube</string>
|
||||
<string name="agreement_check_peertube">Ik ben minstens 16 jaar oud en ga akkoord met de %1$s van dit geval</string>
|
||||
<string name="edit_profile">Profiel bewerken</string>
|
||||
<string name="make_an_action">Maak een actie</string>
|
||||
<string name="action_unfollow">Ontvouw</string>
|
||||
<string name="display_nsfw_videos">Gevoelige video\'s weergeven</string>
|
||||
<string name="fullscreen">Volledig scherm</string>
|
||||
<string name="bookmark_peertube_empty">Er zijn geen video\'s in uw favorieten!</string>
|
||||
<string name="delete_channel">Verwijder kanaal</string>
|
||||
<string name="action_channel_confirm_delete">Weet u zeker dat u dit kanaal permanent zult verwijderen?</string>
|
||||
<string name="no_muted">Geen gedempte rekeningen!</string>
|
||||
<string name="error_display_name_channel">U moet een naam en een weergavenaam voor dit kanaal definiëren!</string>
|
||||
<string name="action_channel_create">Creëer een kanaal</string>
|
||||
<string name="action_channel_edit">Edit kanaal</string>
|
||||
<string name="email_error_domain">E-mailadressen in %1$s zijn niet toegestaan!</string>
|
||||
<string name="report_comment_size">Geef de redenen op</string>
|
||||
<string name="not_logged_in">U moet worden geauthenticeerd om tot deze actie over te gaan!</string>
|
||||
<string name="successful_report">De rekening is gemeld!</string>
|
||||
<string name="successful_report_comment">The comment has been reported!</string>
|
||||
<string name="successful_video_report">De video is gemeld!</string>
|
||||
<string name="password_length_error">Het wachtwoord moet minimaal 6 karakters bevatten!</string>
|
||||
<string name="muted_done">De rekening is gedempt!</string>
|
||||
<string name="edit_video">Bewerk video</string>
|
||||
<string name="create_an_account">Creëer een account</string>
|
||||
<string name="followers_count">%1$s Abonnees</string>
|
||||
<string name="developer">Ontwikkelaar</string>
|
||||
<string name="about_vesrion">Release %1$s</string>
|
||||
<string name="about_the_app">About the app</string>
|
||||
<string name="Donate">Donate</string>
|
||||
<string name="source_code">Source code</string>
|
||||
<string name="issue_tracker">Issue tracker</string>
|
||||
<string name="action_instance_empty_content">No instances match these criteria</string>
|
||||
<string name="instances_picker">Instances picker</string>
|
||||
<string name="pickup_instance">Pick this instance</string>
|
||||
<string name="sensitive_video"> Sensitive videos</string>
|
||||
<string name="sensitive_content">Sensitive content: %1$s</string>
|
||||
<string name="followers_instance">%1$s instance followers</string>
|
||||
<string name="about_the_app">Over de app</string>
|
||||
<string name="Donate">Doneer</string>
|
||||
<string name="source_code">Broncode</string>
|
||||
<string name="issue_tracker">Uitgifte tracker</string>
|
||||
<string name="action_instance_empty_content">Er zijn geen gevallen die aan deze criteria voldoen</string>
|
||||
<string name="instances_picker">Stoffenplukker</string>
|
||||
<string name="pickup_instance">Kies dit geval</string>
|
||||
<string name="sensitive_video"> Gevoelige video\'s</string>
|
||||
<string name="sensitive_content">Gevoelige inhoud: %1$s</string>
|
||||
<string name="followers_instance">%1$s voorbeeld volgelingen</string>
|
||||
<string name="help">Help</string>
|
||||
<string name="pickup_categories">Pick categories</string>
|
||||
<string name="pickup_languages">Pick languages</string>
|
||||
<string name="notification_channel_name">Update information</string>
|
||||
<string name="add_account">Add an account</string>
|
||||
<string name="list_of_accounts">List of accounts</string>
|
||||
<string name="pause">Pause</string>
|
||||
<string name="play">Play</string>
|
||||
<string name="minimize">Minimize</string>
|
||||
<string name="fast_rewind">Fast rewind</string>
|
||||
<string name="fast_forward">Fast forward</string>
|
||||
<string name="set_video_minimize">Minimize videos size</string>
|
||||
<string name="set_video_minimize_description">Minimize videos size when the app is in background (Android N+)</string>
|
||||
<string name="set_video_language">Language filter</string>
|
||||
<string name="set_video_language_description">Filter videos with different languages</string>
|
||||
<string name="pickup_categories">Kies categorieën</string>
|
||||
<string name="pickup_languages">Kies talen</string>
|
||||
<string name="notification_channel_name">Informatie actualiseren</string>
|
||||
<string name="add_account">Een account toevoegen</string>
|
||||
<string name="list_of_accounts">Lijst van rekeningen</string>
|
||||
<string name="pause">Pauze</string>
|
||||
<string name="play">Speel</string>
|
||||
<string name="minimize">Minimaliseer</string>
|
||||
<string name="fast_rewind">Snel terugspoelen</string>
|
||||
<string name="fast_forward">Snel vooruit</string>
|
||||
<string name="set_video_minimize">Videogrootte minimaliseren</string>
|
||||
<string name="set_video_minimize_description">Minimaliseer de grootte van de video\'s als de app op de achtergrond staat (Android N+)</string>
|
||||
<string name="set_video_language">Taalfilter</string>
|
||||
<string name="set_video_language_description">Filtervideo\'s met verschillende talen</string>
|
||||
</resources>
|
||||
|