1# SOME DESCRIPTIVE TITLE 2# Copyright (C) YEAR Free Software Foundation, Inc. 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"POT-Creation-Date: 2020-04-28 18:56+0200\n" 11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13"Language-Team: LANGUAGE <LL@li.org>\n" 14"Language: \n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=UTF-8\n" 17"Content-Transfer-Encoding: 8bit\n" 18 19#. type: Title # 20#: NoWrap.md:2 21#, markdown-text, no-wrap 22msgid "All About Descriptions, Graphics, and Screenshots" 23msgstr "" 24 25#. type: Plain text 26#: NoWrap.md:7 27#, markdown-text, no-wrap 28msgid "" 29"Each app can have complete app store content, including localized descriptions, feature graphics, and screenshots (as of v0.103 of the F-Droid client app and v0.8 of _fdroidserver_).\n" 30"This is possible both when apps are added via [build metadata](../Build_Metadata_Reference) as well as when including pre-built files in a simple repository.\n" 31"There are three paths to including app store content for apps (in order of preference):\n" 32msgstr "" 33 34#. type: Plain text 35#: NoWrap.md:10 36#, markdown-text, no-wrap 37msgid "" 38"* Do not remove this line (it will not be displayed)\n" 39"{:toc}\n" 40msgstr "" 41 42#. type: Fenced code block 43#: NoWrap.md:12 44#, no-wrap 45msgid "" 46"- <fdroiddata>/\n" 47" └── metadata/\n" 48" └── <package-id>/\n" 49" └── <locale>/\n" 50" ├── full_description.txt\n" 51" ├── short_description.txt\n" 52" ├── title.txt\n" 53" ├── video.txt\n" 54" ├── changelogs/\n" 55" │ ├── <version-code>.txt\n" 56" │ └── <version-code>.txt\n" 57" └── images/\n" 58" ├── featureGraphic.png\n" 59" ├── icon.png\n" 60" ├── promoGraphic.png\n" 61" ├── tvBanner.png\n" 62" ├── phoneScreenshots/\n" 63" │ └── *.png\n" 64" ├── sevenInchScreenshots/\n" 65" │ └── *.png\n" 66" ├── tenInchScreenshots/\n" 67" │ └── *.png\n" 68" ├── tvScreenshots/\n" 69" │ └── *.png\n" 70" └── wearScreenshots/\n" 71" └── *.png\n" 72msgstr "" 73