commonMain.zakadabar.lib.content.resources.strings.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of content-jvm Show documentation
Show all versions of content-jvm Show documentation
Kotlin/Ktor based full-stack platform
/*
* Copyright © 2020-2021, Simplexion, Hungary and contributors. Use of this source code is governed by the Apache 2.0 license.
*/
package zakadabar.lib.content.resources
import zakadabar.core.resource.ZkStringStore
val contentStrings = Strings()
@Suppress("unused")
class Strings : ZkStringStore() {
val content by "Content"
val contentOverview by "Content Overview"
val contentCategoryCrud by "Content Categories"
val contentStatusCrud by "Content Statuses"
val texts by "Texts"
val newTextBlock by "Create a New Text Block"
val imagesAndAttachments = "Images & Attachments"
val thumbnail by "Thumbnail"
val images by "Images"
val attachments by "Attachments"
val master by "Master"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy